From 0ca2dd7540a5ae900acec4dfdae72bf755e6c54d Mon Sep 17 00:00:00 2001 From: Ben Anderson Date: Mon, 2 May 2005 01:07:15 +0000 Subject: [PATCH] Fix case (fixes compilation on POSIX systems) --- stepmania/src/GraphDisplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/GraphDisplay.cpp b/stepmania/src/GraphDisplay.cpp index d590302871..235ff1fff4 100644 --- a/stepmania/src/GraphDisplay.cpp +++ b/stepmania/src/GraphDisplay.cpp @@ -6,7 +6,7 @@ #include "RageUtil.h" #include "StageStats.h" #include "Foreach.h" -#include "Song.h" +#include "song.h" //#define DIVIDE_LINE_WIDTH THEME->GetMetricI(m_sName,"TexturedBottomHalf")