commit | 87cf5ac1b046a1db874b77dcb6e35f9c4b88c386 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Mar 10 17:04:53 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Mar 10 17:04:53 2008 +0000 |
tree | e7dcf8602324c4ef89f9fab91d3d5f6b867c6499 | |
parent | 3f916501c91d3f6f37b1d43276c440343f9454f6 [diff] [blame] |
Add some missing #includes for GCC mainline, patch by Shantonu Sen! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48153 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/AST/CFG.cpp b/AST/CFG.cpp index f571e4e..da8159c 100644 --- a/AST/CFG.cpp +++ b/AST/CFG.cpp
@@ -25,7 +25,7 @@ #include <iomanip> #include <algorithm> #include <sstream> - +#include <iostream> using namespace clang;