From bb98e4985a247c061a1b335dbc2ca7f944dc08f9 Mon Sep 17 00:00:00 2001 From: rti Date: Mon, 11 Apr 2011 17:16:00 +0200 Subject: [PATCH] Fixed: Compilation with GCC 4.6 --- code/ryzom/client/src/stdpch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/code/ryzom/client/src/stdpch.h b/code/ryzom/client/src/stdpch.h index 45957ec35..fdb16ef93 100644 --- a/code/ryzom/client/src/stdpch.h +++ b/code/ryzom/client/src/stdpch.h @@ -16,6 +16,7 @@ #include +#include #include #include #include