summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2018-03-15 17:51:10 +0000
committerZachary Turner <zturner@google.com>2018-03-15 17:51:10 +0000
commitcce9b0d37e3d7e385d33244eaabb772c9015de6b (patch)
treeb6ac5ee610847a32ca133c722f44d9d42809da8b
parent9c916584ba198dfcd21cea645ac1406e399e5b30 (diff)
downloadbcm5719-llvm-cce9b0d37e3d7e385d33244eaabb772c9015de6b.tar.gz
bcm5719-llvm-cce9b0d37e3d7e385d33244eaabb772c9015de6b.zip
Add missing #includes.
llvm-svn: 327652
-rw-r--r--llvm/include/llvm/DebugInfo/PDB/Native/HashTable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/DebugInfo/PDB/Native/HashTable.h b/llvm/include/llvm/DebugInfo/PDB/Native/HashTable.h
index d071bf37a60..a2815a29c81 100644
--- a/llvm/include/llvm/DebugInfo/PDB/Native/HashTable.h
+++ b/llvm/include/llvm/DebugInfo/PDB/Native/HashTable.h
@@ -13,6 +13,8 @@
#include "llvm/ADT/SparseBitVector.h"
#include "llvm/ADT/iterator.h"
#include "llvm/DebugInfo/PDB/Native/RawError.h"
+#include "llvm/Support/BinaryStreamReader.h"
+#include "llvm/Support/BinaryStreamWriter.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/Error.h"
#include <cstdint>
OpenPOWER on IntegriCloud