From bef55791a00ad44e2514b8c1eb7b35a89e5eec67 Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 29 Mar 2011 17:38:25 +0200 Subject: [PATCH] Fixed: Compilation with GCC 4.6 --- code/ryzom/common/src/game_share/stdpch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/common/src/game_share/stdpch.h b/code/ryzom/common/src/game_share/stdpch.h index 88c1ed7f7..18f6f00e0 100644 --- a/code/ryzom/common/src/game_share/stdpch.h +++ b/code/ryzom/common/src/game_share/stdpch.h @@ -18,10 +18,10 @@ #include #include +#include #include #include #include -#include #include #include