diff options
Diffstat (limited to 'editor')
| -rw-r--r-- | editor/app.hpp | 2 | ||||
| -rw-r--r-- | editor/editor.hpp | 2 |
2 files changed, 2 insertions, 2 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 { diff --git a/editor/editor.hpp b/editor/editor.hpp index e40e695a..1093aa8d 100644 --- a/editor/editor.hpp +++ b/editor/editor.hpp @@ -10,7 +10,7 @@ #include <map> #include <memory> -#include <Corrade/Containers/OptionalStl.h> +#include "compat/optional.hpp" #include <Corrade/Containers/StringView.h> namespace floormat { |
