aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Debugging
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/shared/Debugging')
-rw-r--r--src/server/shared/Debugging/WheatyExceptionReport.cpp4
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")