Make iostream #inclusion explicit

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25514 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2006-01-22 23:32:06 +00:00
parent 7238210e1f
commit dac58ad983
19 changed files with 20 additions and 2 deletions

View File

@ -21,6 +21,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/ADT/Statistic.h"
#include <algorithm>
#include <iostream>
using namespace llvm;
namespace {