summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2018-09-14 21:19:52 +0000
committerZachary Turner <zturner@google.com>2018-09-14 21:19:52 +0000
commit08e522a0f5c7b5a1735b236ab19534a908b3d92f (patch)
tree25494fcadde7768ec74b1a168f0b91a246554970
parentb3d456a79ef822d6044473c776e38c679aa084ed (diff)
downloadbcm5719-llvm-08e522a0f5c7b5a1735b236ab19534a908b3d92f.tar.gz
bcm5719-llvm-08e522a0f5c7b5a1735b236ab19534a908b3d92f.zip
Add missing include.
llvm-svn: 342286
-rw-r--r--llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h b/llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
index c274fd3943a..49dfa576661 100644
--- a/llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
+++ b/llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
@@ -11,6 +11,7 @@
#define LLVM_DEBUGINFO_PDB_NATIVE_SYMBOLCACHE_H
#include "llvm/ADT/DenseMap.h"
+#include "llvm/DebugInfo/CodeView/TypeDeserializer.h"
#include "llvm/DebugInfo/CodeView/TypeIndex.h"
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
#include "llvm/DebugInfo/PDB/Native/NativeRawSymbol.h"
OpenPOWER on IntegriCloud