mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
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:
parent
fe22af620b
commit
f9a5f780bf
@ -24,7 +24,7 @@
|
||||
#ifndef SUPPORT_STATISTIC_H
|
||||
#define SUPPORT_STATISTIC_H
|
||||
|
||||
#include <iosfwd>
|
||||
#include <iostream>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#ifndef SUPPORT_STATISTIC_H
|
||||
#define SUPPORT_STATISTIC_H
|
||||
|
||||
#include <iosfwd>
|
||||
#include <iostream>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user