]> granicus.if.org Git - llvm/commitdiff
Add some #includes to appease the build.
authorZachary Turner <zturner@google.com>
Wed, 14 Jun 2017 05:38:34 +0000 (05:38 +0000)
committerZachary Turner <zturner@google.com>
Wed, 14 Jun 2017 05:38:34 +0000 (05:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305367 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h
include/llvm/DebugInfo/CodeView/StringsAndChecksums.h

index df639c6ac2ac3617fc423dda88c58f879aff2754..75f749dfa933407b5c858f7ba7b8ce5403aa7e51 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "llvm/DebugInfo/CodeView/CodeView.h"
 #include "llvm/DebugInfo/CodeView/DebugSubsectionRecord.h"
+#include "llvm/DebugInfo/CodeView/StringsAndChecksums.h"
 #include "llvm/Support/Error.h"
 #include <cstdint>
 
index aea9f14c464b31d7dfbd450b20e17e93ef67df41..4fe5d450e2eede95cca1c28818ae770142e2d15a 100644 (file)
@@ -11,6 +11,7 @@
 #define LLVM_DEBUGINFO_CODEVIEW_STRINGS_AND_CHECKSUMS_H
 
 #include "llvm/DebugInfo/CodeView/CodeView.h"
+#include "llvm/DebugInfo/CodeView/DebugSubsectionRecord.h"
 
 #include <memory>