summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-12 18:56:17 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-12 18:56:17 +0100
commit6b0741306964f3a5220acb2b375b09cf1814443b (patch)
treed5b24fab133847e2cb53507e081974e54238bc39 /editor
parentfcf1619d1d13242ff316cf5232ef933cf58e04be (diff)
OptionalStl, we hardly knew you
Diffstat (limited to 'editor')
-rw-r--r--editor/app.hpp2
-rw-r--r--editor/editor.hpp2
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 {