diff options
| author | Zachary Turner <zturner@google.com> | 2017-06-08 23:53:35 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2017-06-08 23:53:35 +0000 |
| commit | 4fcdaa9423daa465a40bacfe21846276f96059bc (patch) | |
| tree | d9f0f05752b32eadf65e673ff219ac4c205ab8b7 /llvm | |
| parent | 983c3d8ed31b0be37031b8f9ec1914b57b39df75 (diff) | |
| download | bcm5719-llvm-4fcdaa9423daa465a40bacfe21846276f96059bc.tar.gz bcm5719-llvm-4fcdaa9423daa465a40bacfe21846276f96059bc.zip | |
Fix build by adding includes.
llvm-svn: 305036
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h b/llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h index db0bd56e6ec..43aae0c2c7b 100644 --- a/llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h +++ b/llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h @@ -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> |

