diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index ede8f29ae8..23990f233f 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -10,13 +10,14 @@ ----------------------------------------------------------------------------- */ + #include "RageLog.h" #include "RageUtil.h" #include #include "dxerr8.h" -#pragma comment(lib, "DxErr8.lib") + #pragma comment(lib, "DxErr8.lib") RageLog* LOG; // global and accessable from anywhere in the program