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__)
|
||||
#include <OpenGL/gl.h>
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
#include <SDL_opengl.h>
|
||||
#endif
|
||||
|
||||
#include "guisan/exception.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue