Replaced GL with SDL_OpenGL header reference in .cpp file also
This commit is contained in:
parent
93722aa062
commit
f7e40e29f8
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
#include <OpenGL/gl.h>
|
#include <OpenGL/gl.h>
|
||||||
#else
|
#else
|
||||||
#include <GL/gl.h>
|
#include <SDL_opengl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "guisan/exception.hpp"
|
#include "guisan/exception.hpp"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue