]> granicus.if.org Git - llvm/commitdiff
Fix build by adding includes.
authorZachary Turner <zturner@google.com>
Thu, 8 Jun 2017 23:53:35 +0000 (23:53 +0000)
committerZachary Turner <zturner@google.com>
Thu, 8 Jun 2017 23:53:35 +0000 (23:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305036 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h

index db0bd56e6ecaadb92b0d134c7842a4f3e110319f..43aae0c2c7b42d61cabcc65fa8553fe8e6cc0271 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef LLVM_DEBUGINFO_CODEVIEW_MODULEDEBUGFRAGMENTVISITOR_H
 #define LLVM_DEBUGINFO_CODEVIEW_MODULEDEBUGFRAGMENTVISITOR_H
 
+#include "llvm/DebugInfo/CodeView/CodeView.h"
+#include "llvm/DebugInfo/CodeView/DebugSubsectionRecord.h"
 #include "llvm/Support/Error.h"
 #include <cstdint>