From 0d49a7bb923c4f2dbd524a51dbf310025782e72a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 16 Oct 2013 22:41:34 +0200 Subject: [PATCH] Platform: don't use absolute include path. --- src/Platform/Sdl2Application.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Platform/Sdl2Application.h b/src/Platform/Sdl2Application.h index 263ceb21f..480151564 100644 --- a/src/Platform/Sdl2Application.h +++ b/src/Platform/Sdl2Application.h @@ -28,6 +28,8 @@ * @brief Class Magnum::Platform::Sdl2Application */ +#include + #include "Math/Vector2.h" #include "Magnum.h" @@ -36,7 +38,6 @@ #endif #include #include -#include namespace Magnum {