summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbdump/BuiltinDumper.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-pdbdump/BuiltinDumper.h')
-rw-r--r--llvm/tools/llvm-pdbdump/BuiltinDumper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/llvm-pdbdump/BuiltinDumper.h b/llvm/tools/llvm-pdbdump/BuiltinDumper.h
index c325b531e4f..7a2f1438669 100644
--- a/llvm/tools/llvm-pdbdump/BuiltinDumper.h
+++ b/llvm/tools/llvm-pdbdump/BuiltinDumper.h
@@ -14,6 +14,7 @@
#include "llvm/DebugInfo/PDB/PDBSymDumper.h"
namespace llvm {
+namespace pdb {
class LinePrinter;
@@ -29,5 +30,6 @@ private:
LinePrinter &Printer;
};
}
+}
#endif
OpenPOWER on IntegriCloud