diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index e4f35d2ddd..c047c5734b 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -35,6 +35,7 @@ #include "NoteDataUtil.h" #include "SDL_utils.h" #include "ProfileManager.h" +#include "StageStats.h" #include "NotesLoaderSM.h" #include "NotesLoaderDWI.h" @@ -306,7 +307,7 @@ struct SongID return ret; } }; -#include "StageStats.h" + void Song::RevertFromDisk() { // Ugly: When we re-load the song, the Steps* will change.