From 494628f330ead0241569888bfbdf5968c6006da2 Mon Sep 17 00:00:00 2001 From: rti Date: Tue, 12 Apr 2011 17:15:35 +0200 Subject: [PATCH] Fixed: Compilation with GCC 4.6 --- code/ryzom/tools/sheets_packer/stdpch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/code/ryzom/tools/sheets_packer/stdpch.h b/code/ryzom/tools/sheets_packer/stdpch.h index d0135ae17..afa7d2137 100644 --- a/code/ryzom/tools/sheets_packer/stdpch.h +++ b/code/ryzom/tools/sheets_packer/stdpch.h @@ -1,5 +1,6 @@ #include +#include #include #include #include