mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-26 05:27:43 +00:00
I bet pinski knows why g++ accepts this stuff
llvm-svn: 25022
This commit is contained in:
parent
7cb522e3e8
commit
2d7d85ca13
@ -25,6 +25,7 @@
|
||||
#include "llvm/Assembly/Writer.h"
|
||||
#include <iomanip>
|
||||
#include <sstream>
|
||||
#include <ios>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
@ -21,6 +21,8 @@
|
||||
#include "llvm/System/MappedFile.h"
|
||||
#include <cerrno>
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user