From ec28fc349987fa9cd9a05680ea5e81d9a9b35ce3 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 4 May 2016 20:32:13 +0000 Subject: Move pdb code into pdb namespace. llvm-svn: 268544 --- llvm/tools/llvm-pdbdump/LinePrinter.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/tools/llvm-pdbdump/LinePrinter.cpp') diff --git a/llvm/tools/llvm-pdbdump/LinePrinter.cpp b/llvm/tools/llvm-pdbdump/LinePrinter.cpp index a43727f02b5..db1180902cc 100644 --- a/llvm/tools/llvm-pdbdump/LinePrinter.cpp +++ b/llvm/tools/llvm-pdbdump/LinePrinter.cpp @@ -16,6 +16,9 @@ #include +using namespace llvm; +using namespace llvm::pdb; + namespace { bool IsItemExcluded(llvm::StringRef Item, std::list &IncludeFilters, -- cgit v1.2.3