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

Add missing include.

Should fix the bots.

llvm-svn: 201882
This commit is contained in:
Rafael Espindola 2014-02-21 20:21:55 +00:00
parent 43f88a22f0
commit a1f1911215

View File

@ -15,6 +15,7 @@
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/Object/IRObjectFile.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;
using namespace object;