summaryrefslogtreecommitdiffhomepage
path: root/editor/save.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-02 19:03:32 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-02 20:25:31 +0100
commit5a95eb1282e30bd803d7e0b352a8443795842e42 (patch)
treec97bc43e4d5107a427817c65aa1b0c2eeb64a427 /editor/save.cpp
parent0fe5336b9a53f20817f54be0bd7cd935db14914c (diff)
fix build with Linux and/or GCC
Diffstat (limited to 'editor/save.cpp')
-rw-r--r--editor/save.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/save.cpp b/editor/save.cpp
index 6b6f5ce2..35cdf9e7 100644
--- a/editor/save.cpp
+++ b/editor/save.cpp
@@ -1,6 +1,8 @@
#include "app.hpp"
#include "floormat/main.hpp"
#include "src/world.hpp"
+
+#include <filesystem>
#include <Corrade/Utility/Path.h>
namespace floormat {