diff --git a/src/graphic/Fast3D/gfx_opengl.cpp b/src/graphic/Fast3D/gfx_opengl.cpp index daea98d71..3cd4a44ba 100644 --- a/src/graphic/Fast3D/gfx_opengl.cpp +++ b/src/graphic/Fast3D/gfx_opengl.cpp @@ -20,9 +20,11 @@ #endif #ifdef _MSC_VER + #include // #define GL_GLEXT_PROTOTYPES 1 #include + #elif FOR_WINDOWS #include #include "SDL.h"