Switch to including <iostream> for compatibility with gcc-3.0.x (Debian).
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 16 Apr 2004 16:28:33 +0000 (16:28 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 16 Apr 2004 16:28:33 +0000 (16:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12990 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/Statistic.h
include/llvm/ADT/Statistic.h

index c95db3f82cb9349d2fa5bd2ad9775ee67c4f6009..021bf5f418122cc3c7f77eb4292638752a2cbf71 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef SUPPORT_STATISTIC_H
 #define SUPPORT_STATISTIC_H
 
-#include <iosfwd>
+#include <iostream>
 
 namespace llvm {
 
index c95db3f82cb9349d2fa5bd2ad9775ee67c4f6009..021bf5f418122cc3c7f77eb4292638752a2cbf71 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef SUPPORT_STATISTIC_H
 #define SUPPORT_STATISTIC_H
 
-#include <iosfwd>
+#include <iostream>
 
 namespace llvm {