diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-22 20:12:49 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-22 20:12:49 +0200 |
commit | 380278dec5dde065002a5e0cfe7a4dd5091a6232 (patch) | |
tree | 128e8e9acfaa8338019e39f4df687f35b164e975 /editor | |
parent | fc53ee1a64936243b875f14308543561a16518af (diff) |
workaround SDL #include error
Diffstat (limited to 'editor')
-rw-r--r-- | editor/tests.cpp | 1 |
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 { |