diff options
Diffstat (limited to 'source/cMCLogger.cpp')
-rw-r--r-- | source/cMCLogger.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/cMCLogger.cpp b/source/cMCLogger.cpp index c1571a195..e966e7788 100644 --- a/source/cMCLogger.cpp +++ b/source/cMCLogger.cpp @@ -1,7 +1,6 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
-#include <cstdarg>
#include <time.h>
#include "cLog.h"
@@ -186,3 +185,7 @@ void LOGERROR(const char* a_Format, ...) cMCLogger::GetInstance()->Error( a_Format, argList );
va_end(argList);
}
+
+
+
+
|