From f7e40e29f8f0c7387987298c485af74333073ce4 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Mon, 19 Aug 2019 20:05:50 +0200 Subject: [PATCH] Replaced GL with SDL_OpenGL header reference in .cpp file also --- guisan-dev/src/opengl/openglgraphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guisan-dev/src/opengl/openglgraphics.cpp b/guisan-dev/src/opengl/openglgraphics.cpp index f2bfaede..7c1a31e3 100644 --- a/guisan-dev/src/opengl/openglgraphics.cpp +++ b/guisan-dev/src/opengl/openglgraphics.cpp @@ -68,7 +68,7 @@ #if defined(__APPLE__) #include #else -#include +#include #endif #include "guisan/exception.hpp"