From 3db4e8dea07fa6d20ab11dd0b0b261e762f19cb2 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Mon, 19 Jan 2015 23:32:45 -0400 Subject: [PATCH] Fixed compilation on systems other than my own... --HG-- branch : minor --- src/modules/graphics/opengl/OpenGL.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/graphics/opengl/OpenGL.h b/src/modules/graphics/opengl/OpenGL.h index a10f93ca9..daaf1551d 100644 --- a/src/modules/graphics/opengl/OpenGL.h +++ b/src/modules/graphics/opengl/OpenGL.h @@ -27,8 +27,7 @@ #include "common/Matrix.h" // GLAD -//#include "libraries/glad/gladfuncs.hpp" -#include +#include "libraries/glad/gladfuncs.hpp" // C++ #include