diff --git a/stepmania/src/CourseContentsList.cpp b/stepmania/src/CourseContentsList.cpp index 5eb3df9f1e..edf139e226 100644 --- a/stepmania/src/CourseContentsList.cpp +++ b/stepmania/src/CourseContentsList.cpp @@ -23,6 +23,7 @@ #include "Steps.h" #include "GameState.h" #include "StyleDef.h" +#include "RageTexture.h" CourseContentsList::CourseContentsList() diff --git a/stepmania/src/GradeDisplay.cpp b/stepmania/src/GradeDisplay.cpp index 3fcea98bea..ec2cb35ee7 100644 --- a/stepmania/src/GradeDisplay.cpp +++ b/stepmania/src/GradeDisplay.cpp @@ -15,6 +15,7 @@ #include "GameConstantsAndTypes.h" #include "PrefsManager.h" #include "ThemeManager.h" +#include "RageTexture.h" const float SCROLL_TIME = 5.0f;