diff options
Diffstat (limited to 'Source/cmPropertyMap.h')
-rw-r--r-- | Source/cmPropertyMap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmPropertyMap.h b/Source/cmPropertyMap.h index 40ac356..5fc46a2 100644 --- a/Source/cmPropertyMap.h +++ b/Source/cmPropertyMap.h @@ -10,7 +10,7 @@ #include <utility> #include <vector> -using cmProp = const std::string*; +#include "cmProperty.h" /** \class cmPropertyMap * \brief String property map. |