summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
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/app.hpp
parentfcf1619d1d13242ff316cf5232ef933cf58e04be (diff)
OptionalStl, we hardly knew you
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp2
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 {