diff options
Diffstat (limited to 'Project/Text.h')
-rw-r--r-- | Project/Text.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Project/Text.h b/Project/Text.h index b625271..8dac879 100644 --- a/Project/Text.h +++ b/Project/Text.h @@ -18,10 +18,12 @@ #ifndef TEXT_H #define TEXT_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 "GraphicalElement.h" |