Index: src/ch/Stdafx.h =================================================================== diff -u -N -r2457755b4084e3d1c80a8e7c77c9f0996312941b -r5057e08b0cc064972abeb94a488e5f12d9db14a0 --- src/ch/Stdafx.h (.../Stdafx.h) (revision 2457755b4084e3d1c80a8e7c77c9f0996312941b) +++ src/ch/Stdafx.h (.../Stdafx.h) (revision 5057e08b0cc064972abeb94a488e5f12d9db14a0) @@ -20,6 +20,7 @@ #define __STDAFX_H__ #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers +#define NOMINMAX #include "../common/targetver.h" @@ -40,6 +41,7 @@ #include #include "../common/ErrorConstants.h" #include "../libchcore/TLogger.h" +#include "SerializationHelpers.h" #ifdef _UNICODE #if defined _M_IX86