Skip to content

Commit fb0684e

Browse files
manoliptOroArmor
authored andcommitted
[menu] Update include path for static allocator in AbstractView
1 parent 5aa3d9e commit fb0684e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modm/ui/menu/abstract_view.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#ifndef MODM_ABSTRACT_VIEW_HPP
1919
#define MODM_ABSTRACT_VIEW_HPP
2020

21-
#include <modm/utils/allocator/static.hpp>
21+
#include <modm/utils/allocator.hpp>
2222

2323
#include "iabstract_view.hpp"
2424

0 commit comments

Comments
 (0)