diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-22 23:32:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-22 23:32:06 +0000 |
commit | c597b8a55e64b3a732f8e60187affd7ed3723f94 (patch) | |
tree | a799d5e360ed90e50b9c472bd4e95e4603778c61 /llvm/lib/Transforms/IPO/FunctionResolution.cpp | |
parent | 6806c02380d1c6fb38dfa9f6897491d41573e541 (diff) | |
download | bcm5719-llvm-c597b8a55e64b3a732f8e60187affd7ed3723f94.tar.gz bcm5719-llvm-c597b8a55e64b3a732f8e60187affd7ed3723f94.zip |
Make iostream #inclusion explicit
llvm-svn: 25514
Diffstat (limited to 'llvm/lib/Transforms/IPO/FunctionResolution.cpp')
-rw-r--r-- | llvm/lib/Transforms/IPO/FunctionResolution.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/IPO/FunctionResolution.cpp b/llvm/lib/Transforms/IPO/FunctionResolution.cpp index ff1a3027120..d8b1a862eab 100644 --- a/llvm/lib/Transforms/IPO/FunctionResolution.cpp +++ b/llvm/lib/Transforms/IPO/FunctionResolution.cpp @@ -29,6 +29,7 @@ #include "llvm/Assembly/Writer.h" #include "llvm/ADT/Statistic.h" #include <algorithm> +#include <iostream> using namespace llvm; namespace { |