From 2ddcfcba5245c697abddf0bb65e6868e86f374d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 1 Nov 2013 16:32:25 +0100 Subject: [PATCH] Platform: document the intention better. --- src/Platform/GlutApplication.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Platform/GlutApplication.h b/src/Platform/GlutApplication.h index c6b45e08f..679073aee 100644 --- a/src/Platform/GlutApplication.h +++ b/src/Platform/GlutApplication.h @@ -32,8 +32,9 @@ #include "Math/Vector2.h" #include "Magnum.h" -#include "OpenGL.h" +/* We must include our own GL headers first to avoid conflicts */ +#include "OpenGL.h" #include namespace Magnum {