diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2015-07-23 18:44:26 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2015-07-23 18:44:54 +0200 |
commit | df1f4969d844ee913149e1fd93ab79d3e0754b5c (patch) | |
tree | 41cf06f52e4ed70f42402222928c7b72a9c23d07 /src | |
parent | 4e83094354551b2b7efe40053cb57286b96c861b (diff) |
Fix non pch build for Visual Studio 2015 compiler
Diffstat (limited to 'src')
-rw-r--r-- | src/server/shared/Debugging/WheatyExceptionReport.h | 1 |
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 |