diff options
Diffstat (limited to 'Project/ControlEditor.h')
-rw-r--r-- | Project/ControlEditor.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Project/ControlEditor.h b/Project/ControlEditor.h index 2f7bd8c..77e6e75 100644 --- a/Project/ControlEditor.h +++ b/Project/ControlEditor.h @@ -18,15 +18,18 @@ #ifndef CONTROLEDITOR_H #define CONTROLEDITOR_H +#include <GL/glew.h> + #include "ControlEditorBase.h" #include <wx/wrapsizer.h> #include <wx/dcclient.h> #include <wx/dcscreen.h> #include <wx/graphics.h> + #ifdef _MSC_VER #include <windows.h> #endif -#include <GL/gl.h> +//#include <GL/gl.h> #include <GL/glu.h> #include <wx/progdlg.h> |