diff options
Diffstat (limited to 'Project/Workspace.h')
-rw-r--r-- | Project/Workspace.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/Workspace.h b/Project/Workspace.h index 3ac9b3a..b397db9 100644 --- a/Project/Workspace.h +++ b/Project/Workspace.h @@ -18,7 +18,10 @@ #ifndef WORKSPACE_H #define WORKSPACE_H +#ifdef _MSC_VER #include <windows.h> +#endif + #include <GL/gl.h> #include <GL/glu.h> #include <wx/dcclient.h> |