summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmNinjaTypes.h')
-rw-r--r--Source/cmNinjaTypes.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmNinjaTypes.h b/Source/cmNinjaTypes.h
index b4eaa59..3fd536a 100644
--- a/Source/cmNinjaTypes.h
+++ b/Source/cmNinjaTypes.h
@@ -3,9 +3,11 @@
#ifndef cmNinjaTypes_h
#define cmNinjaTypes_h
-#include <cmConfigure.h>
+#include <cmConfigure.h> // IWYU pragma: keep
-#include "cmStandardIncludes.h"
+#include <map>
+#include <string>
+#include <vector>
typedef std::vector<std::string> cmNinjaDeps;
typedef std::map<std::string, std::string> cmNinjaVars;