From e2f8e8b9e79863620f4ee466eb5e75e0d9982ec1 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 23 Aug 2002 00:57:48 +0000 Subject: [PATCH] add stdafx.h so it compiles with PCH. --- stepmania/src/SongCacheIndex.cpp | 2 ++ stepmania/src/SongSelector.cpp | 1 + 2 files changed, 3 insertions(+) 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