summaryrefslogtreecommitdiffstats
path: root/Source/cmXCodeObject.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-11-22 23:41:44 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-11-22 23:41:44 (GMT)
commitaeff60e44c203dd67b316a6c6eab1454a408e1f7 (patch)
tree34dbccb2e3606214d78a08a7af8776e38f7995b7 /Source/cmXCodeObject.h
parenta6fe714eaa6e25c2a661c3ec57f7eb8b8dbadede (diff)
downloadCMake-aeff60e44c203dd67b316a6c6eab1454a408e1f7.zip
CMake-aeff60e44c203dd67b316a6c6eab1454a408e1f7.tar.gz
CMake-aeff60e44c203dd67b316a6c6eab1454a408e1f7.tar.bz2
iwyu: Fix OSX specific issues
Diffstat (limited to 'Source/cmXCodeObject.h')
-rw-r--r--Source/cmXCodeObject.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/Source/cmXCodeObject.h b/Source/cmXCodeObject.h
index d495130..3bfecdf 100644
--- a/Source/cmXCodeObject.h
+++ b/Source/cmXCodeObject.h
@@ -3,9 +3,14 @@
#ifndef cmXCodeObject_h
#define cmXCodeObject_h
-#include <cmConfigure.h>
+#include <cmConfigure.h> // IWYU pragma: keep
-#include "cmStandardIncludes.h"
+#include <algorithm>
+#include <iosfwd>
+#include <map>
+#include <string>
+#include <utility>
+#include <vector>
class cmGeneratorTarget;