From d97adbba91c3f836eba9ddf02e12c5751521ff46 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