aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2015-07-23 18:44:26 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2015-07-23 18:44:54 +0200
commitdf1f4969d844ee913149e1fd93ab79d3e0754b5c (patch)
tree41cf06f52e4ed70f42402222928c7b72a9c23d07 /src
parent4e83094354551b2b7efe40053cb57286b96c861b (diff)
Fix non pch build for Visual Studio 2015 compiler
Diffstat (limited to 'src')
-rw-r--r--src/server/shared/Debugging/WheatyExceptionReport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/shared/Debugging/WheatyExceptionReport.h b/src/server/shared/Debugging/WheatyExceptionReport.h
index ef6334add16..8c2479d5232 100644
--- a/src/server/shared/Debugging/WheatyExceptionReport.h
+++ b/src/server/shared/Debugging/WheatyExceptionReport.h
@@ -7,6 +7,7 @@
#include <set>
#include <stdlib.h>
#include <stack>
+#include <mutex>
#define countof _countof
#define WER_MAX_ARRAY_ELEMENTS_COUNT 10