From ac6d86c36af3a0cdf3ead5c95b05330ff9a81eb4 Mon Sep 17 00:00:00 2001 From: John Bauer Date: Mon, 23 Apr 2007 02:51:28 +0000 Subject: [PATCH] Unremove needed include. (VC8 definitely needs it.) --- stepmania/src/StepMania.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index ae68f7b483..8d44ea38f5 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -366,6 +366,8 @@ static void CheckSettings() #include "RageDisplay_Null.h" +#include "archutils/Win32/VideoDriverInfo.h" + struct VideoCardDefaults { RString sDriverRegex;