1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Switch to including <iostream> for compatibility with gcc-3.0.x (Debian).

llvm-svn: 12990
This commit is contained in:
Brian Gaeke 2004-04-16 16:28:33 +00:00
parent fdb346f70a
commit 76f386fd75

View File

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