commit | e31a9ccb9c7568e6f185f667b53c274c0be9e603 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Jan 22 22:53:40 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Jan 22 22:53:40 2006 +0000 |
tree | 875bee4421ef9db91e97ba5be518c1e77137f0c7 | |
parent | 86a5484079abc8a20f24066aaf3f5efcccebb673 [diff] [blame] |
add explicit #includes of iostream git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25510 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/bugpoint/ExtractFunction.cpp b/tools/bugpoint/ExtractFunction.cpp index 7f9005a..ff88012 100644 --- a/tools/bugpoint/ExtractFunction.cpp +++ b/tools/bugpoint/ExtractFunction.cpp
@@ -28,6 +28,7 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/FileUtilities.h" #include <set> +#include <iostream> using namespace llvm; namespace llvm {