Replaced GL with SDL_OpenGL header reference in .cpp file also

This commit is contained in:
Dimitris Panokostas 2019-08-19 20:05:50 +02:00
parent 93722aa062
commit f7e40e29f8

View file

@ -68,7 +68,7 @@
#if defined(__APPLE__)
#include <OpenGL/gl.h>
#else
#include <GL/gl.h>
#include <SDL_opengl.h>
#endif
#include "guisan/exception.hpp"