summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB
diff options
context:
space:
mode:
authorEugene Zelenko <eugene.zelenko@gmail.com>2016-05-09 23:11:38 +0000
committerEugene Zelenko <eugene.zelenko@gmail.com>2016-05-09 23:11:38 +0000
commit417d4c508bf11ec6e525749ba77270395a7ee0e4 (patch)
treee670e81637c5b65ad45c9004476bdd965044e6f7 /llvm/lib/DebugInfo/PDB
parent57443fce3f7fc4cdc0408add716145448b760e3b (diff)
downloadbcm5719-llvm-417d4c508bf11ec6e525749ba77270395a7ee0e4.tar.gz
bcm5719-llvm-417d4c508bf11ec6e525749ba77270395a7ee0e4.zip
Fix some Clang-tidy modernize-deprecated-headers and Include What You Use warnings; other minor fixes.
Differential revision: http://reviews.llvm.org/D20042 llvm-svn: 268989
Diffstat (limited to 'llvm/lib/DebugInfo/PDB')
-rw-r--r--llvm/lib/DebugInfo/PDB/Raw/ByteStream.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Raw/ByteStream.cpp b/llvm/lib/DebugInfo/PDB/Raw/ByteStream.cpp
index 8dc3c854887..09b51d96871 100644
--- a/llvm/lib/DebugInfo/PDB/Raw/ByteStream.cpp
+++ b/llvm/lib/DebugInfo/PDB/Raw/ByteStream.cpp
@@ -8,7 +8,9 @@
//===----------------------------------------------------------------------===//
#include "llvm/DebugInfo/PDB/Raw/ByteStream.h"
+#include "llvm/DebugInfo/PDB/Raw/RawError.h"
#include "llvm/DebugInfo/PDB/Raw/StreamReader.h"
+#include <cstring>
using namespace llvm;
using namespace llvm::pdb;
OpenPOWER on IntegriCloud