diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 03:18:00 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 03:18:00 +0100 |
commit | f3d870a400395e75f601f32a3bbb3e68502d9000 (patch) | |
tree | 3735b14eaa74d4a80d9197ac973b5dbffbd675d6 /editor/scenery-json.cpp | |
parent | b91deae59c69ca41d5feffaf4f16b29ee47af64d (diff) |
fix some todo's
Diffstat (limited to 'editor/scenery-json.cpp')
-rw-r--r-- | editor/scenery-json.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/scenery-json.cpp b/editor/scenery-json.cpp index c5d7d043..e8b4dfec 100644 --- a/editor/scenery-json.cpp +++ b/editor/scenery-json.cpp @@ -2,6 +2,7 @@ #include "serialize/scenery.hpp" #include "loader/loader.hpp" #include "loader/scenery.hpp" +#include <Corrade/Containers/ArrayView.h> namespace floormat { |