From b4a7ab66ab2175d28f3519c86c128ee38caedcaf Mon Sep 17 00:00:00 2001 From: Gary Preston Date: Tue, 16 Feb 2016 19:01:14 +0000 Subject: [PATCH] Add vector include and remove extra qualification on s_InitFlags. --HG-- branch : develop --- code/nel/include/nel/pipeline/project_config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/nel/include/nel/pipeline/project_config.h b/code/nel/include/nel/pipeline/project_config.h index 11210d5e8..a63cbda20 100644 --- a/code/nel/include/nel/pipeline/project_config.h +++ b/code/nel/include/nel/pipeline/project_config.h @@ -18,6 +18,7 @@ #ifndef NLPIPELINE_PROJECT_CONFIG_H #define NLPIPELINE_PROJECT_CONFIG_H #include +#include namespace NLMISC { class CConfigFile; @@ -65,7 +66,7 @@ private: static TPathString s_ProjectConfigPath; static std::string s_ProjectName; - static CProjectConfig::Flags CProjectConfig::s_InitFlags; + static CProjectConfig::Flags s_InitFlags; static std::vector s_ConfigPaths; static std::vector s_ConfigFiles;