]> granicus.if.org Git - llvm/commitdiff
Add missing include from previous commit
authorNirav Dave <niravd@google.com>
Mon, 11 Jul 2016 14:32:57 +0000 (14:32 +0000)
committerNirav Dave <niravd@google.com>
Mon, 11 Jul 2016 14:32:57 +0000 (14:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275069 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp

index 16d721ace97173719b13159c7fc8d959ed3cb7f7..e77a0dc9bc27a7c3ddd62c0a0ed513451d62915e 100644 (file)
@@ -21,6 +21,7 @@
 #include "llvm/MC/MCSectionCOFF.h"
 #include "llvm/MC/MCSectionELF.h"
 #include "llvm/MC/MCSectionMachO.h"
+#include "llvm/MC/MCSubtargetInfo.h"
 #include "llvm/Support/ELF.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/MachO.h"