added include<iostream> for cerr

llvm-svn: 2796
This commit is contained in:
Anand Shukla 2002-06-25 21:29:10 +00:00
parent 2ac04a0083
commit 7e9d0710e6
1 changed files with 1 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;