summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
diff options
context:
space:
mode:
authorVassil Vassilev <v.g.vassilev@gmail.com>2016-07-28 10:26:33 +0000
committerVassil Vassilev <v.g.vassilev@gmail.com>2016-07-28 10:26:33 +0000
commitfe68d81709304f9f109d2e88435dae054e21bad9 (patch)
treedddfd2e248eaf9c3db984cc0c64d6b1a32c482f2 /llvm/lib/DebugInfo
parent5e9e365725a12bd98ba077a5066142781f5a428a (diff)
downloadbcm5719-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.cpp2
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;
OpenPOWER on IntegriCloud