added include<iostream> for cerr
authorAnand Shukla <ashukla@cs.uiuc.edu>
Tue, 25 Jun 2002 21:29:10 +0000 (21:29 +0000)
committerAnand Shukla <ashukla@cs.uiuc.edu>
Tue, 25 Jun 2002 21:29:10 +0000 (21:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2796 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp

index dfb8a19529f813c50af2e13d85acff36c003dc4c..df3fdac6a235648b195d0390f0bfd88d7a05bc1e 100644 (file)
@@ -23,6 +23,7 @@
 #include "Support/STLExtras.h"
 #include <algorithm>
 #include <set>
+#include <iostream>
 using std::string;
 using std::map;
 using std::ostream;
index dfb8a19529f813c50af2e13d85acff36c003dc4c..df3fdac6a235648b195d0390f0bfd88d7a05bc1e 100644 (file)
@@ -23,6 +23,7 @@
 #include "Support/STLExtras.h"
 #include <algorithm>
 #include <set>
+#include <iostream>
 using std::string;
 using std::map;
 using std::ostream;