summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2019-04-12 07:40:01 +0000
committerEric Christopher <echristo@gmail.com>2019-04-12 07:40:01 +0000
commit6b06c6a5ef9f908521870e399473284b2c81e1cb (patch)
tree97ef6a1d6c4904469f57a78ad62cc332b7c7d0da /llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
parentd5c404246f9f44440f16cafaca36d55763e82f34 (diff)
downloadbcm5719-llvm-6b06c6a5ef9f908521870e399473284b2c81e1cb.tar.gz
bcm5719-llvm-6b06c6a5ef9f908521870e399473284b2c81e1cb.zip
Add explicit dependencies on MCSection.h and MCDwarf.h to the .cpp
files rather than rely on transitive includes from MCStreamer.h. llvm-svn: 358263
Diffstat (limited to 'llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp')
-rw-r--r--llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp b/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
index 84e4a2eb455..c440940a0a7 100644
--- a/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
+++ b/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
@@ -9,6 +9,7 @@
#include "SystemZMCTargetDesc.h"
#include "InstPrinter/SystemZInstPrinter.h"
#include "SystemZMCAsmInfo.h"
+#include "llvm/MC/MCDwarf.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCStreamer.h"
OpenPOWER on IntegriCloud