diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index fb0c5bfb90..5225ddcd7a 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -31,10 +31,13 @@ #include "Game.h" #include "RageSurface.h" #include "RageSurface_Load.h" -#include "arch/arch.h" #include "CatalogXml.h" #include "ExportStrings.h" +#if !defined(SUPPORT_OPENGL) && !defined(SUPPORT_D3D) +#define SUPPORT_OPENGL +#endif + // // StepMania global classes //