diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-04-16 16:28:33 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-04-16 16:28:33 +0000 |
commit | f9a5f780bf2ee162468749329c21e51685db649e (patch) | |
tree | 76e2bb4b2642a0369aa34d0fc921dcfd7aa2de40 /include/Support | |
parent | fe22af620b288d80c43cbc2381ceac1d86ae229f (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
Diffstat (limited to 'include/Support')
-rw-r--r-- | include/Support/Statistic.h | 2 |
1 files changed, 1 insertions, 1 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 { |