diff options
Diffstat (limited to 'Project/ControlEditor.h')
-rw-r--r-- | Project/ControlEditor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/ControlEditor.h b/Project/ControlEditor.h index 2aed0e9..c68829d 100644 --- a/Project/ControlEditor.h +++ b/Project/ControlEditor.h @@ -23,7 +23,9 @@ #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/glu.h> |