diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-22 22:53:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-22 22:53:40 +0000 |
commit | 03c032ce716ff1db2d8cb9fdba93a670b2b87785 (patch) | |
tree | 1489970ea27334a1492e83733e386ac8801b7ee6 /llvm/tools/bugpoint/ExtractFunction.cpp | |
parent | 469640e506ddb0a13aa2be7e6c04e58e9db671f1 (diff) | |
download | bcm5719-llvm-03c032ce716ff1db2d8cb9fdba93a670b2b87785.tar.gz bcm5719-llvm-03c032ce716ff1db2d8cb9fdba93a670b2b87785.zip |
add explicit #includes of iostream
llvm-svn: 25510
Diffstat (limited to 'llvm/tools/bugpoint/ExtractFunction.cpp')
-rw-r--r-- | llvm/tools/bugpoint/ExtractFunction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/bugpoint/ExtractFunction.cpp b/llvm/tools/bugpoint/ExtractFunction.cpp index 7f9005a19fa..ff880129092 100644 --- a/llvm/tools/bugpoint/ExtractFunction.cpp +++ b/llvm/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 { |