summaryrefslogtreecommitdiffstats
path: root/Source/cmXCodeObject.cxx
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.cxx
parenta6fe714eaa6e25c2a661c3ec57f7eb8b8dbadede (diff)
downloadCMake-aeff60e44c203dd67b316a6c6eab1454a408e1f7.zip
CMake-aeff60e44c203dd67b316a6c6eab1454a408e1f7.tar.gz
CMake-aeff60e44c203dd67b316a6c6eab1454a408e1f7.tar.bz2
iwyu: Fix OSX specific issues
Diffstat (limited to 'Source/cmXCodeObject.cxx')
-rw-r--r--Source/cmXCodeObject.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmXCodeObject.cxx b/Source/cmXCodeObject.cxx
index b1dc7ea..3689ac4 100644
--- a/Source/cmXCodeObject.cxx
+++ b/Source/cmXCodeObject.cxx
@@ -2,9 +2,10 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmXCodeObject.h"
-#include "cmSystemTools.h"
+#include <CoreFoundation/CoreFoundation.h>
+#include <ostream>
-#include <CoreFoundation/CoreFoundation.h> // CFUUIDCreate
+#include "cmSystemTools.h"
const char* cmXCodeObject::PBXTypeNames[] = {
/* clang-format needs this comment to break after the opening brace */