Add explicit iostream #includes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25513 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2006-01-22 23:19:18 +00:00
parent e05cf71616
commit 7238210e1f
9 changed files with 9 additions and 1 deletions

View File

@ -16,6 +16,7 @@
#include "llvm/Function.h"
#include "llvm/Support/InstVisitor.h"
#include "llvm/ADT/Statistic.h"
#include <iostream>
using namespace llvm;
namespace {