diff options
Diffstat (limited to 'llvm/tools/llvm-pdbdump/CompilandDumper.cpp')
-rw-r--r-- | llvm/tools/llvm-pdbdump/CompilandDumper.cpp | 1 |
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) {} |