f11ee2f
diff -U4 -r colobot-0.2.0--orig/test/unit/app/app_test.cpp colobot-0.2.0--patched/test/unit/app/app_test.cpp
f11ee2f
--- colobot-0.2.0--orig/test/unit/app/app_test.cpp	2021-08-21 22:57:34.000000000 +0200
f11ee2f
+++ colobot-0.2.0--patched/test/unit/app/app_test.cpp	2021-08-22 01:17:42.988409930 +0200
f11ee2f
@@ -20,13 +20,14 @@
f11ee2f
 #include "app/app.h"
f11ee2f
 
f11ee2f
 #include "common/make_unique.h"
f11ee2f
 
f11ee2f
-#include "common/system/system_other.h"
f11ee2f
+#include "common/system/system_linux.h"
f11ee2f
 
f11ee2f
 #include <functional>
f11ee2f
 #include <memory>
f11ee2f
 
f11ee2f
+#include <SDL.h>
f11ee2f
 #include <gtest/gtest.h>
f11ee2f
 #include <hippomocks.h>
f11ee2f
 
f11ee2f
 using namespace HippoMocks;