summaryrefslogtreecommitdiffstats
path: root/Source/cmPropertyMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmPropertyMap.h')
-rw-r--r--Source/cmPropertyMap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmPropertyMap.h b/Source/cmPropertyMap.h
index 6dc7bfb..151255e 100644
--- a/Source/cmPropertyMap.h
+++ b/Source/cmPropertyMap.h
@@ -12,8 +12,14 @@
#ifndef cmPropertyMap_h
#define cmPropertyMap_h
+#include <cmConfigure.h> // IWYU pragma: keep
+
#include "cmProperty.h"
+#include <map>
+#include <string>
+#include <vector>
+
class cmPropertyMap : public std::map<std::string, cmProperty>
{
public: