From 8b84881fb5fa7d0ac6018e2b4fb0bf25aa2b2ea3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 17 Dec 2002 20:58:53 +0000 Subject: [PATCH] add missing include --- stepmania/src/ScreenHowToPlay.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/ScreenHowToPlay.cpp b/stepmania/src/ScreenHowToPlay.cpp index d36b52bfa2..ed743050d4 100644 --- a/stepmania/src/ScreenHowToPlay.cpp +++ b/stepmania/src/ScreenHowToPlay.cpp @@ -19,6 +19,7 @@ #include "RageLog.h" #include "GameState.h" #include "ThemeManager.h" +#include "PrefsManager.h" #define HELP_TEXT THEME->GetMetric("ScreenHowToPlay","HelpText")