forked from OSchip/llvm-project
[mips][ias] Fix missing header that should have been in r269179
llvm-svn: 269180
This commit is contained in:
parent
df8510d4fa
commit
10e6cefd82
|
@ -16,6 +16,7 @@
|
|||
#include "llvm/MC/MCELFStreamer.h"
|
||||
#include "llvm/MC/MCRegisterInfo.h"
|
||||
#include "llvm/MC/MCStreamer.h"
|
||||
#include <functional>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
|
Loading…
Reference in New Issue