diff --git a/stepmania/src/StdAfx.h b/stepmania/src/StdAfx.h index d4b9ee94a9..9046f61d3a 100644 --- a/stepmania/src/StdAfx.h +++ b/stepmania/src/StdAfx.h @@ -46,8 +46,6 @@ using namespace std; #endif #include -#include "STDCarray.h" - #if 0 #include "StdString.h" @@ -90,6 +88,9 @@ inline const T& min(const T &a, const T &b, P Pr) #endif +#include "STDCarray.h" +#define CStringArray StdCArray + /* Include this here to make sure our assertion handler is always * used. (This file is a dependency of most everything anyway, * so there's no real problem putting it here.) */