From 47ebe49fbd62b2f0b6e671b4ef6cfbc10471fc7b Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 29 Mar 2011 16:20:00 +0200 Subject: [PATCH] Fixed: Compilation with GCC 4.6 --- code/ryzom/common/src/game_share/stdpch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/code/ryzom/common/src/game_share/stdpch.h b/code/ryzom/common/src/game_share/stdpch.h index 736a81afd..88c1ed7f7 100644 --- a/code/ryzom/common/src/game_share/stdpch.h +++ b/code/ryzom/common/src/game_share/stdpch.h @@ -21,6 +21,7 @@ #include #include #include +#include #include #include