Skip to content

Commit

Permalink
[menu] Update include path for static allocator in AbstractView
Browse files Browse the repository at this point in the history
  • Loading branch information
manoliptram authored and OroArmor committed Jun 27, 2024
1 parent df10c59 commit 198995e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modm/ui/menu/abstract_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef MODM_ABSTRACT_VIEW_HPP
#define MODM_ABSTRACT_VIEW_HPP

#include <modm/utils/allocator/static.hpp>
#include <modm/utils/allocator.hpp>

#include "iabstract_view.hpp"

Expand Down

0 comments on commit 198995e

Please sign in to comment.