diff --git a/stepmania/src/StdString.h b/stepmania/src/StdString.h index 3f9a006e47..3d8e5c676c 100644 --- a/stepmania/src/StdString.h +++ b/stepmania/src/StdString.h @@ -282,6 +282,8 @@ typedef char TCHAR; // First define the conversion helper functions. We define these regardless of // any preprocessor macro settings since their names won't collide. +#include + #ifdef SS_ANSI // Are we doing things the standard, non-Win32 way?... // Not sure if we need all these headers. I believe ANSI says we do. @@ -293,9 +295,6 @@ typedef char TCHAR; #endif #endif // #ifndef SS_ANSI -#include - - // a very shorthand way of applying the fix for KB problem Q172398 // (basic_string assignment bug)