diff options
author | 2015-03-02 19:00:45 -0800 | |
---|---|---|
committer | 2015-03-02 19:00:45 -0800 | |
commit | e77ccca75d6f8b7551ff3952fe8eeeb4f0fcbdd0 (patch) | |
tree | 98f8f236dcf22c2c6fe2ab9fc51fb15de88cae96 /src/osd/modules/opengl | |
parent | 7edfd8b21df6ed93ed97407a66905465691088e5 (diff) |
really fix opengl compile on MSVC (thanks to couriersud) (nw)
Diffstat (limited to 'src/osd/modules/opengl')
-rw-r--r-- | src/osd/modules/opengl/osd_opengl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/modules/opengl/osd_opengl.h b/src/osd/modules/opengl/osd_opengl.h index 5fdd366a476..94eab4e145b 100644 --- a/src/osd/modules/opengl/osd_opengl.h +++ b/src/osd/modules/opengl/osd_opengl.h @@ -17,6 +17,7 @@ */ #ifdef OSD_WINDOWS #ifdef _MSC_VER + #include <windows.h> #include "SDL1211_opengl.h" #else #include "GL/gl.h" |