mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
RustWrapper: add missing include
This is required after LLVM change 3c4410dfcaaf (aka https://reviews.llvm.org/D121168) did some includes cleanup.
This commit is contained in:
parent
ba14a836c7
commit
185e3b95ca
@ -9,6 +9,7 @@
|
||||
#include "llvm/Object/Archive.h"
|
||||
#include "llvm/Object/COFFImportFile.h"
|
||||
#include "llvm/Object/ObjectFile.h"
|
||||
#include "llvm/Pass.h"
|
||||
#include "llvm/Bitcode/BitcodeWriterPass.h"
|
||||
#include "llvm/Support/Signals.h"
|
||||
#include "llvm/ADT/Optional.h"
|
||||
|
Loading…
Reference in New Issue
Block a user