From 0a50fc01097726d52e97db50a4b7f02fac8f7d6f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 24 May 2004 01:00:40 +0000 Subject: [PATCH] oops --- stepmania/src/ScreenCredits.cpp | 1 + stepmania/src/ScreenMusicScroll.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/stepmania/src/ScreenCredits.cpp b/stepmania/src/ScreenCredits.cpp index 6bdb7ad628..04fb79095a 100644 --- a/stepmania/src/ScreenCredits.cpp +++ b/stepmania/src/ScreenCredits.cpp @@ -23,6 +23,7 @@ #include "BitmapText.h" #include "ActorUtil.h" #include "SongUtil.h" +#include "GameState.h" #define BACKGROUNDS_SPACING_X THEME->GetMetricF("ScreenCredits","BackgroundsSpacingX") diff --git a/stepmania/src/ScreenMusicScroll.cpp b/stepmania/src/ScreenMusicScroll.cpp index 1b4485db28..624f9f797d 100644 --- a/stepmania/src/ScreenMusicScroll.cpp +++ b/stepmania/src/ScreenMusicScroll.cpp @@ -19,6 +19,7 @@ #include "AnnouncerManager.h" #include "song.h" #include "SongUtil.h" +#include "GameState.h" #define SCROLL_DELAY THEME->GetMetricF("ScreenMusicScroll","ScrollDelay")