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
This commit is contained in:
Brian Gaeke 2004-04-16 16:28:33 +00:00
parent fe22af620b
commit f9a5f780bf
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
#ifndef SUPPORT_STATISTIC_H
#define SUPPORT_STATISTIC_H
#include <iosfwd>
#include <iostream>
namespace llvm {

View File

@ -24,7 +24,7 @@
#ifndef SUPPORT_STATISTIC_H
#define SUPPORT_STATISTIC_H
#include <iosfwd>
#include <iostream>
namespace llvm {