From f276aaa08c2ea25e5ea260a65bfbbfb8f7905881 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 21 Dec 2003 02:06:40 +0000 Subject: [PATCH] missing headers --- stepmania/src/RageDisplay_D3D.cpp | 1 + stepmania/src/RageDisplay_OGL.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/stepmania/src/RageDisplay_D3D.cpp b/stepmania/src/RageDisplay_D3D.cpp index 4eca5831be..6ad040b22b 100644 --- a/stepmania/src/RageDisplay_D3D.cpp +++ b/stepmania/src/RageDisplay_D3D.cpp @@ -22,6 +22,7 @@ #include "RageTextureManager.h" #include "RageMath.h" #include "RageTypes.h" +#include "RageFile.h" #include "GameConstantsAndTypes.h" #include "StepMania.h" #include "RageUtil.h" diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index d0e65ffa8c..69e369cd04 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -26,6 +26,8 @@ #include "glext.h" +#include "RageFile.h" + /* Windows's broken gl.h defines GL_EXT_paletted_texture incompletely: */ #ifndef GL_TEXTURE_INDEX_SIZE_EXT #define GL_TEXTURE_INDEX_SIZE_EXT 0x80ED