From 40fa6620bfa4e1baf4fd4bc7a71dc79252f7389a Mon Sep 17 00:00:00 2001 From: kervala Date: Sun, 8 Apr 2012 14:23:36 +0200 Subject: [PATCH] Changed: #825 Remove all warnings when compiling Ryzom --- code/ryzom/common/src/game_share/mirror_prop_value_inline.h | 1 + code/ryzom/server/src/input_output_service/stdpch.h | 1 + 2 files changed, 2 insertions(+) diff --git a/code/ryzom/common/src/game_share/mirror_prop_value_inline.h b/code/ryzom/common/src/game_share/mirror_prop_value_inline.h index dac2f55a6..2824977f3 100644 --- a/code/ryzom/common/src/game_share/mirror_prop_value_inline.h +++ b/code/ryzom/common/src/game_share/mirror_prop_value_inline.h @@ -25,6 +25,7 @@ #include "nel/misc/common.h" //#endif +#include /* * Activate this define if you want to set a value into the mirror only if it is different from the previous value diff --git a/code/ryzom/server/src/input_output_service/stdpch.h b/code/ryzom/server/src/input_output_service/stdpch.h index c1a8fea5c..743601942 100644 --- a/code/ryzom/server/src/input_output_service/stdpch.h +++ b/code/ryzom/server/src/input_output_service/stdpch.h @@ -25,6 +25,7 @@ #include #include #include +#include #include #include "nel/georges/load_form.h"