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/CompilandDumper.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/tools/llvm-pdbdump/CompilandDumper.cpp') diff --git a/llvm/tools/llvm-pdbdump/CompilandDumper.cpp b/llvm/tools/llvm-pdbdump/CompilandDumper.cpp index 86b54589c24..b7de0f2534e 100644 --- a/llvm/tools/llvm-pdbdump/CompilandDumper.cpp +++ b/llvm/tools/llvm-pdbdump/CompilandDumper.cpp @@ -35,6 +35,7 @@ #include using namespace llvm; +using namespace llvm::pdb; CompilandDumper::CompilandDumper(LinePrinter &P) : PDBSymDumper(true), Printer(P) {} -- cgit v1.2.3