summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbdump/CompilandDumper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-pdbdump/CompilandDumper.cpp')
-rw-r--r--llvm/tools/llvm-pdbdump/CompilandDumper.cpp1
1 files changed, 1 insertions, 0 deletions
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 <utility>
using namespace llvm;
+using namespace llvm::pdb;
CompilandDumper::CompilandDumper(LinePrinter &P)
: PDBSymDumper(true), Printer(P) {}
OpenPOWER on IntegriCloud