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