aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-04-16 16:28:33 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-04-16 16:28:33 +0000
commitf9a5f780bf2ee162468749329c21e51685db649e (patch)
tree76e2bb4b2642a0369aa34d0fc921dcfd7aa2de40
parentfe22af620b288d80c43cbc2381ceac1d86ae229f (diff)
Switch to including <iostream> for compatibility with gcc-3.0.x (Debian).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12990 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/Support/Statistic.h2
-rw-r--r--include/llvm/ADT/Statistic.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/Support/Statistic.h b/include/Support/Statistic.h
index c95db3f82c..021bf5f418 100644
--- a/include/Support/Statistic.h
+++ b/include/Support/Statistic.h
@@ -24,7 +24,7 @@
#ifndef SUPPORT_STATISTIC_H
#define SUPPORT_STATISTIC_H
-#include <iosfwd>
+#include <iostream>
namespace llvm {
diff --git a/include/llvm/ADT/Statistic.h b/include/llvm/ADT/Statistic.h
index c95db3f82c..021bf5f418 100644
--- a/include/llvm/ADT/Statistic.h
+++ b/include/llvm/ADT/Statistic.h
@@ -24,7 +24,7 @@
#ifndef SUPPORT_STATISTIC_H
#define SUPPORT_STATISTIC_H
-#include <iosfwd>
+#include <iostream>
namespace llvm {