From 4be2469c8b0169486523ba5d817d075e9fc4e0fc Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 19 May 2012 23:47:43 +0200 Subject: [PATCH] Fixed: Compilation under Windows --- code/ryzom/client/src/stdpch.h | 1 + code/ryzom/tools/sheets_packer/stdpch.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/code/ryzom/client/src/stdpch.h b/code/ryzom/client/src/stdpch.h index 48c1a3c06..dd9f97b94 100644 --- a/code/ryzom/client/src/stdpch.h +++ b/code/ryzom/client/src/stdpch.h @@ -121,5 +121,6 @@ #ifdef NL_OS_WINDOWS #define NOMINMAX +#include #include #endif // NL_OS_WINDOWS diff --git a/code/ryzom/tools/sheets_packer/stdpch.h b/code/ryzom/tools/sheets_packer/stdpch.h index afa7d2137..11007e314 100644 --- a/code/ryzom/tools/sheets_packer/stdpch.h +++ b/code/ryzom/tools/sheets_packer/stdpch.h @@ -36,5 +36,6 @@ #ifdef NL_OS_WINDOWS #define NOMINMAX -#include +#include +#include #endif // NL_OS_WINDOWS