From 51569df830ba4e8ed4767ada5e591ed60ce59337 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