diff --git a/stepmania/src/ScreenMapControllers.cpp b/stepmania/src/ScreenMapControllers.cpp index c41c0e4337..e4535bd8df 100644 --- a/stepmania/src/ScreenMapControllers.cpp +++ b/stepmania/src/ScreenMapControllers.cpp @@ -10,6 +10,9 @@ #include "Game.h" #include "ScreenDimensions.h" #include "Command.h" +#if defined(XBOX) +#include "HelpDisplay.h" //We still need this for Xbox controller mapping. +#endif static const ThemeMetric EVEN_LINE_IN ("ScreenMapControllers","EvenLineIn"); static const ThemeMetric EVEN_LINE_OUT ("ScreenMapControllers","EvenLineOut");