From 831da741a5c48d14a9836f1b66103a89663d6cfd 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