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
+2 -1
View File
@@ -27,8 +27,9 @@
#include "llvm/Transforms/Utils/Local.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/StringExtras.h"
#include <set>
#include <algorithm>
#include <iostream>
#include <set>
using namespace llvm;
namespace {