summaryrefslogtreecommitdiffstats
path: root/Project/OpenGLText.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/OpenGLText.h')
-rw-r--r--Project/OpenGLText.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Project/OpenGLText.h b/Project/OpenGLText.h
index 8e6766d..a609ca1 100644
--- a/Project/OpenGLText.h
+++ b/Project/OpenGLText.h
@@ -18,10 +18,12 @@
#ifndef OPENGLTEXT_H
#define OPENGLTEXT_H
+#include <GL/glew.h>
+
#ifdef _MSC_VER
#include <windows.h>
#endif
-#include <GL/gl.h>
+//#include <GL/gl.h>
#include <wx/dcmemory.h>
#include <algorithm>
#ifdef __LINUX__