diff options
author | Vassil Vassilev <v.g.vassilev@gmail.com> | 2016-07-28 10:26:33 +0000 |
---|---|---|
committer | Vassil Vassilev <v.g.vassilev@gmail.com> | 2016-07-28 10:26:33 +0000 |
commit | fe68d81709304f9f109d2e88435dae054e21bad9 (patch) | |
tree | dddfd2e248eaf9c3db984cc0c64d6b1a32c482f2 /llvm/lib/DebugInfo | |
parent | 5e9e365725a12bd98ba077a5066142781f5a428a (diff) | |
download | bcm5719-llvm-fe68d81709304f9f109d2e88435dae054e21bad9.tar.gz bcm5719-llvm-fe68d81709304f9f109d2e88435dae054e21bad9.zip |
[modules] Add missing includes.
llvm-svn: 276970
Diffstat (limited to 'llvm/lib/DebugInfo')
-rw-r--r-- | llvm/lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp b/llvm/lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp index e4fe8d8053a..e6dcbc75a13 100644 --- a/llvm/lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp +++ b/llvm/lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp @@ -8,6 +8,8 @@ //===----------------------------------------------------------------------===// #include "llvm/DebugInfo/CodeView/ModuleSubstreamVisitor.h" +#include "llvm/DebugInfo/Msf/StreamReader.h" +#include "llvm/DebugInfo/Msf/StreamRef.h" using namespace llvm; using namespace llvm::codeview; |