diff --git a/stepmania/src/SongCacheIndex.cpp b/stepmania/src/SongCacheIndex.cpp index ce31771dc3..0d84d86cff 100644 --- a/stepmania/src/SongCacheIndex.cpp +++ b/stepmania/src/SongCacheIndex.cpp @@ -1,3 +1,5 @@ +#include "stdafx.h" + #include "SongCacheIndex.h" #include "RageLog.h" #include "RageUtil.h" diff --git a/stepmania/src/SongSelector.cpp b/stepmania/src/SongSelector.cpp index 4bfd852a73..0b437d4249 100644 --- a/stepmania/src/SongSelector.cpp +++ b/stepmania/src/SongSelector.cpp @@ -1,3 +1,4 @@ +#include "stdafx.h" /* ----------------------------------------------------------------------------- Class: SongSelector