mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Old versions of GCC doesn't have <ostream> :(
llvm-svn: 6661
This commit is contained in:
parent
68ee069591
commit
51bbe7b282
@ -1,6 +1,5 @@
|
||||
#include "Record.h"
|
||||
#include "CodeEmitterGen.h"
|
||||
#include <ostream>
|
||||
|
||||
void CodeEmitterGen::createEmitter(std::ostream &o) {
|
||||
std::vector<Record*> Insts;
|
||||
|
@ -7,7 +7,7 @@
|
||||
#define CODEMITTERGEN_H
|
||||
|
||||
#include "Record.h"
|
||||
#include <ostream>
|
||||
#include <iostream>
|
||||
|
||||
struct CodeEmitterGen {
|
||||
RecordKeeper &Records;
|
||||
|
Loading…
Reference in New Issue
Block a user