diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 18:56:17 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 18:56:17 +0100 |
commit | 6b0741306964f3a5220acb2b375b09cf1814443b (patch) | |
tree | d5b24fab133847e2cb53507e081974e54238bc39 /editor/app.hpp | |
parent | fcf1619d1d13242ff316cf5232ef933cf58e04be (diff) |
OptionalStl, we hardly knew you
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 { |