diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2015-07-23 18:44:26 +0200 |
---|---|---|
committer | DDuarte <dnpd.dd@gmail.com> | 2015-07-24 12:05:26 +0100 |
commit | 9f04cbad21da255f800919bac824cc0201572861 (patch) | |
tree | 1367a53e138edcc430311dc4c818c2b2dc325166 /src | |
parent | caf808163db4d69634d0d122e9196555d46a888c (diff) |
Fix non pch build for Visual Studio 2015 compiler
(cherry picked from commit df1f4969d844ee913149e1fd93ab79d3e0754b5c)
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 |