summaryrefslogtreecommitdiff
path: root/Source/cmCommonTargetGenerator.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-08-18 00:24:24 +0200
committerBrad King <brad.king@kitware.com>2016-08-23 08:56:59 -0400
commitf29d18477360388cf66be5f1c17e2aae5fb14453 (patch)
treede9739165c94945e32e2fd354924b65126486ca1 /Source/cmCommonTargetGenerator.h
parent373b2e483d983136415190dcc838e636077e5991 (diff)
downloadcmake-f29d18477360388cf66be5f1c17e2aae5fb14453.tar.gz
fix a batch of include-what-you-use violations
Diffstat (limited to 'Source/cmCommonTargetGenerator.h')
-rw-r--r--Source/cmCommonTargetGenerator.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/Source/cmCommonTargetGenerator.h b/Source/cmCommonTargetGenerator.h
index 0bafde9fee..d3f9d64632 100644
--- a/Source/cmCommonTargetGenerator.h
+++ b/Source/cmCommonTargetGenerator.h
@@ -12,9 +12,13 @@
#ifndef cmCommonTargetGenerator_h
#define cmCommonTargetGenerator_h
-#include "cmStandardIncludes.h"
+#include <cmConfigure.h> // IWYU pragma: keep
-#include "cmLocalGenerator.h"
+#include "cmOutputConverter.h"
+
+#include <map>
+#include <string>
+#include <vector>
class cmGeneratorTarget;
class cmGlobalCommonGenerator;