From 7bd90e4f1a4d09964b395460fa41ee387f82e5a8 Mon Sep 17 00:00:00 2001 From: Ben Anderson Date: Thu, 4 Aug 2005 15:56:49 +0000 Subject: [PATCH] Case is important on non-win32 platforms! Fixes compilation on Linux and possibly OS X --- stepmania/src/CourseWriterCRS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/CourseWriterCRS.cpp b/stepmania/src/CourseWriterCRS.cpp index 5dc34e4477..f85b353242 100644 --- a/stepmania/src/CourseWriterCRS.cpp +++ b/stepmania/src/CourseWriterCRS.cpp @@ -4,7 +4,7 @@ #include "RageFile.h" #include "RageLog.h" #include "RageUtil.h" -#include "Song.h" +#include "song.h" bool CourseWriterCRS::Write( const Course &course, const CString &sPath, bool bSavingCache )