From df1f4969d844ee913149e1fd93ab79d3e0754b5c Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Thu, 23 Jul 2015 18:44:26 +0200 Subject: [PATCH] Fix non pch build for Visual Studio 2015 compiler --- src/server/shared/Debugging/WheatyExceptionReport.h | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #define countof _countof #define WER_MAX_ARRAY_ELEMENTS_COUNT 10