1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

[VE][fix] missing include

This commit is contained in:
Simon Moll 2020-02-22 10:45:16 +01:00
parent 1040019dfe
commit aed916d9dc

View File

@ -16,6 +16,7 @@
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCObjectStreamer.h"
#include "llvm/MC/MCSymbolELF.h"
#include "llvm/BinaryFormat/ELF.h"
using namespace llvm;