summaryrefslogtreecommitdiffstats
path: root/Source/cmCPackPropertiesGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCPackPropertiesGenerator.h')
-rw-r--r--Source/cmCPackPropertiesGenerator.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/Source/cmCPackPropertiesGenerator.h b/Source/cmCPackPropertiesGenerator.h
index 4d092f6..77018b0 100644
--- a/Source/cmCPackPropertiesGenerator.h
+++ b/Source/cmCPackPropertiesGenerator.h
@@ -12,9 +12,15 @@
#ifndef cmCPackPropertiesGenerator_h
#define cmCPackPropertiesGenerator_h
-#include "cmInstalledFile.h"
+#include <cmConfigure.h> // IWYU pragma: keep
+
#include "cmScriptGenerator.h"
+#include <iosfwd>
+#include <string>
+#include <vector>
+
+class cmInstalledFile;
class cmLocalGenerator;
/** \class cmCPackPropertiesGenerator