trying to fix the linux compilation

This commit is contained in:
Sam Gateau 2014-12-05 13:43:04 -08:00
parent c49b753c98
commit 69792178b9

View file

@ -18,14 +18,15 @@
#include <OpenGL/gl.h>
#include <OpenGL/glext.h>
#elif defined(UNIX)
#include <GL/gl.h>
#include <GL/glext.h>
#elif defined(WIN32)
#include <GL/glew.h>
#include <GL/wglew.h>
#else
#include <GL/gl.h>
#include <GL/glext.h>
#endif
#endif