diff options
| author | click <none@none> | 2010-08-21 09:53:04 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-08-21 09:53:04 +0200 |
| commit | f7ad5b26243c44b37c496021b75d98bc72fcdf4a (patch) | |
| tree | 5da1a2616c2f6a9ff2c8d414b7aa020e190ceefb /src/server/shared/Debugging | |
| parent | 6939c92a7654b8e1af92d8bf66019561507770ce (diff) | |
Core/Build: Clean up more nonPCH-issues + fix a warning in Timer.h (unsigned/signed cast)
--HG--
branch : trunk
Diffstat (limited to 'src/server/shared/Debugging')
| -rw-r--r-- | src/server/shared/Debugging/WheatyExceptionReport.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 <tchar.h> #define _NO_CVCONST_H #include <dbghelp.h> + #include "WheatyExceptionReport.h" + +#include "Common.h" #include "SystemConfig.h" #include "revision.h" + #define CrashFolder _T("Crashes") #pragma comment(linker, "/DEFAULTLIB:dbghelp.lib") |
