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