[llvm] r305036 - Fix build by adding includes.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 8 16:53:35 PDT 2017
Author: zturner
Date: Thu Jun 8 18:53:35 2017
New Revision: 305036
URL: http://llvm.org/viewvc/llvm-project?rev=305036&view=rev
Log:
Fix build by adding includes.
Modified:
llvm/trunk/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h
Modified: llvm/trunk/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h?rev=305036&r1=305035&r2=305036&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h Thu Jun 8 18:53:35 2017
@@ -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>
More information about the llvm-commits
mailing list