From be9a0e61ce553399aaa1b704eedfcee4fc0900ba Mon Sep 17 00:00:00 2001 From: kervala Date: Mon, 4 Oct 2010 17:55:11 +0200 Subject: [PATCH] Fixed: Missing #include --- 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 aecd5b1c0..45957ec35 100644 --- a/code/ryzom/client/src/stdpch.h +++ b/code/ryzom/client/src/stdpch.h @@ -35,6 +35,7 @@ #include #include #include +#include #include #include