From ebae4c26912306f68898ea8295318449b2f7f500 Mon Sep 17 00:00:00 2001 From: kervala Date: Mon, 30 Nov 2015 14:16:47 +0100 Subject: [PATCH] Fixed: Compilation under Linux --HG-- branch : develop --- code/ryzom/client/src/init.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/ryzom/client/src/init.cpp b/code/ryzom/client/src/init.cpp index fbf7e71dd..285382a4e 100644 --- a/code/ryzom/client/src/init.cpp +++ b/code/ryzom/client/src/init.cpp @@ -95,7 +95,13 @@ #include "browse_faq.h" +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif +#ifndef RYZOM_CLIENT_ICON +#define RYZOM_CLIENT_ICON "ryzom_client" +#endif // XMLLib #include