diff options
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index 6be1eed3..5a52ef58 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -13,7 +13,7 @@ #include <memory> #include <Corrade/Containers/Pointer.h> -#include <Corrade/Containers/OptionalStl.h> +#include "compat/optional.hpp" #include <Magnum/ImGuiIntegration/Context.h> namespace floormat { |