diff --git a/code/ryzom/client/src/interface_v3/parser_modules.cpp b/code/ryzom/client/src/interface_v3/parser_modules.cpp index 618a80907..ec2680849 100644 --- a/code/ryzom/client/src/interface_v3/parser_modules.cpp +++ b/code/ryzom/client/src/interface_v3/parser_modules.cpp @@ -26,6 +26,10 @@ using namespace NLMISC; +#ifdef FINAL_VERSION +#include "../client_cfg.h" +#endif + CIF3DSceneParser::CIF3DSceneParser() { parsingStage |= ( Resolved | GroupChildren );