diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index e5023fe16e..f6c8e62ff2 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -31,6 +31,7 @@ #define GL_TEXTURE_INDEX_SIZE_EXT 0x80ED #endif #include +#include /* Not in glext.h: */ typedef bool (APIENTRY * PWSWAPINTERVALEXTPROC) (int interval); @@ -1071,7 +1072,6 @@ PixelFormat RageDisplay_OGL::GetImgPixelFormat( SDL_Surface* &img, bool &FreeImg return pixfmt; } -#include unsigned RageDisplay_OGL::CreateTexture( PixelFormat pixfmt,