added include<iostream> for cerr

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2796 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anand Shukla 2002-06-25 21:29:10 +00:00
parent 3b5eabb24b
commit e6f74a9ce8
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "Support/STLExtras.h"
#include <algorithm>
#include <set>
#include <iostream>
using std::string;
using std::map;
using std::ostream;

View File

@ -23,6 +23,7 @@
#include "Support/STLExtras.h"
#include <algorithm>
#include <set>
#include <iostream>
using std::string;
using std::map;
using std::ostream;