Add explicit dependency to MCDwarf.h in ARC backend.

llvm-svn: 358430
This commit is contained in:
Pete Couperus 2019-04-15 17:36:19 +00:00
parent 5221532a4e
commit 3929c432e6
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include "ARCMCAsmInfo.h"
#include "ARCTargetStreamer.h"
#include "InstPrinter/ARCInstPrinter.h"
#include "llvm/MC/MCDwarf.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"