diff --git a/code/ryzom/common/src/game_share/scenario_entry_points.cpp b/code/ryzom/common/src/game_share/scenario_entry_points.cpp index 81dd3e6e2..36b3a6aea 100644 --- a/code/ryzom/common/src/game_share/scenario_entry_points.cpp +++ b/code/ryzom/common/src/game_share/scenario_entry_points.cpp @@ -19,6 +19,7 @@ //----------------------------------------------------------------------------- #include "stdpch.h" +#include "utils.h" #include "nel/misc/file.h" #include "nel/misc/command.h" diff --git a/code/ryzom/common/src/game_share/stdpch.h b/code/ryzom/common/src/game_share/stdpch.h index 18f6f00e0..f14a31608 100644 --- a/code/ryzom/common/src/game_share/stdpch.h +++ b/code/ryzom/common/src/game_share/stdpch.h @@ -66,4 +66,8 @@ #include -#include "utils.h" +#ifdef NL_OS_WINDOWS +# define NOMINMAX +# include +# include +#endif