summaryrefslogtreecommitdiffstats
path: root/Source/cmXCode21Object.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/cmXCode21Object.cxx
parenta6fe714eaa6e25c2a661c3ec57f7eb8b8dbadede (diff)
downloadCMake-aeff60e44c203dd67b316a6c6eab1454a408e1f7.zip
CMake-aeff60e44c203dd67b316a6c6eab1454a408e1f7.tar.gz
CMake-aeff60e44c203dd67b316a6c6eab1454a408e1f7.tar.bz2
iwyu: Fix OSX specific issues
Diffstat (limited to 'Source/cmXCode21Object.cxx')
-rw-r--r--Source/cmXCode21Object.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmXCode21Object.cxx b/Source/cmXCode21Object.cxx
index a783c70..719e627 100644
--- a/Source/cmXCode21Object.cxx
+++ b/Source/cmXCode21Object.cxx
@@ -2,6 +2,9 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmXCode21Object.h"
+#include <ostream>
+#include <string>
+
#include "cmSystemTools.h"
cmXCode21Object::cmXCode21Object(PBXType ptype, Type type)