summaryrefslogtreecommitdiff
path: root/Source/cmExportSetMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmExportSetMap.h')
-rw-r--r--Source/cmExportSetMap.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmExportSetMap.h b/Source/cmExportSetMap.h
index d2954e3358..c3a55bab7c 100644
--- a/Source/cmExportSetMap.h
+++ b/Source/cmExportSetMap.h
@@ -12,7 +12,10 @@
#ifndef cmExportSetMap_h
#define cmExportSetMap_h
-#include "cmSystemTools.h"
+#include <cmConfigure.h> // IWYU pragma: keep
+
+#include <map>
+#include <string>
class cmExportSet;