summaryrefslogtreecommitdiffhomepage
path: root/editor/tests.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-22 20:12:49 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-22 20:12:49 +0200
commit380278dec5dde065002a5e0cfe7a4dd5091a6232 (patch)
tree128e8e9acfaa8338019e39f4df687f35b164e975 /editor/tests.cpp
parentfc53ee1a64936243b875f14308543561a16518af (diff)
workaround SDL #include error
Diffstat (limited to 'editor/tests.cpp')
-rw-r--r--editor/tests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/tests.cpp b/editor/tests.cpp
index 2b3b7ce2..ee108d01 100644
--- a/editor/tests.cpp
+++ b/editor/tests.cpp
@@ -2,6 +2,7 @@
#include "app.hpp"
#include "floormat/events.hpp"
#include "imgui-raii.hpp"
+#define HAVE_LIBC 1
#include <SDL_keycode.h>
namespace floormat {