mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
more standards-compliance stuff
llvm-svn: 25014
This commit is contained in:
parent
210d54c990
commit
b8be651393
@ -12,6 +12,8 @@
|
||||
|
||||
#include "Record.h"
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include <ios>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include <algorithm>
|
||||
#include <cstdio>
|
||||
#include <fstream>
|
||||
#include <ios>
|
||||
using namespace llvm;
|
||||
|
||||
enum ActionType {
|
||||
|
Loading…
Reference in New Issue
Block a user