diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 1ca5a1832..d55e8c213 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -552,7 +552,10 @@ protected: SourceMap m_Sources; std::vector m_SubDirectories; // list of sub directories - std::map > m_SubdirDepends; + struct StringSet : public std::set + { + }; + std::map m_SubdirDepends; // The include and link-library paths. These may have order // dependency, so they must be vectors (not set).