From 5a95eb1282e30bd803d7e0b352a8443795842e42 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 2 Nov 2022 19:03:32 +0100 Subject: fix build with Linux and/or GCC --- editor/save.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editor/save.cpp') 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 #include namespace floormat { -- cgit v1.2.3