From f7ad5b26243c44b37c496021b75d98bc72fcdf4a Mon Sep 17 00:00:00 2001 From: click Date: Sat, 21 Aug 2010 09:53:04 +0200 Subject: Core/Build: Clean up more nonPCH-issues + fix a warning in Timer.h (unsigned/signed cast) --HG-- branch : trunk --- src/server/shared/Debugging/WheatyExceptionReport.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/server/shared/Debugging') diff --git a/src/server/shared/Debugging/WheatyExceptionReport.cpp b/src/server/shared/Debugging/WheatyExceptionReport.cpp index bc21b9e45b6..b5171fa5f89 100644 --- a/src/server/shared/Debugging/WheatyExceptionReport.cpp +++ b/src/server/shared/Debugging/WheatyExceptionReport.cpp @@ -14,9 +14,13 @@ #include #define _NO_CVCONST_H #include + #include "WheatyExceptionReport.h" + +#include "Common.h" #include "SystemConfig.h" #include "revision.h" + #define CrashFolder _T("Crashes") #pragma comment(linker, "/DEFAULTLIB:dbghelp.lib") -- cgit v1.2.3