summaryrefslogtreecommitdiff
path: root/Source/cmPropertyMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmPropertyMap.h')
-rw-r--r--Source/cmPropertyMap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmPropertyMap.h b/Source/cmPropertyMap.h
index 40ac3566f6..5fc46a2b4d 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.