diff options
Diffstat (limited to 'Project/OpenGLText.h')
-rw-r--r-- | Project/OpenGLText.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/OpenGLText.h b/Project/OpenGLText.h index 885782e..2ec7ab1 100644 --- a/Project/OpenGLText.h +++ b/Project/OpenGLText.h @@ -18,7 +18,9 @@ #ifndef OPENGLTEXT_H #define OPENGLTEXT_H +#ifdef _MSC_VER #include <windows.h> +#endif #include <GL/gl.h> #include <wx/dcmemory.h> #include <algorithm> |