commit | 8b8720fb70ebf3f45caac7feea5edcff5b006ad7 | [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 | 1faa41603b2fae19f8f316cc4b3d55f55466f469 [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;