summaryrefslogtreecommitdiffhomepage
path: root/main/precomp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/precomp.hpp')
-rw-r--r--main/precomp.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/precomp.hpp b/main/precomp.hpp
index 68e8c965..8940421a 100644
--- a/main/precomp.hpp
+++ b/main/precomp.hpp
@@ -10,9 +10,9 @@
#include <Magnum/GL/Framebuffer.h>
#include <Magnum/GL/Renderbuffer.h>
#include <Magnum/GL/RenderbufferFormat.h>
-#include <Magnum/Platform/Sdl2Application.h>
#if __has_include(<SDL.h>)
+#include <Magnum/Platform/Sdl2Application.h>
#include <SDL_keycode.h>
#include <SDL_events.h>
#endif