From 380278dec5dde065002a5e0cfe7a4dd5091a6232 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 22 Oct 2023 20:12:49 +0200 Subject: workaround SDL #include error --- editor/tests.cpp | 1 + 1 file changed, 1 insertion(+) 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 namespace floormat { -- cgit v1.2.3