summaryrefslogtreecommitdiff
path: root/tools/llvm-pdbdump/FunctionDumper.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-pdbdump/FunctionDumper.h')
-rw-r--r--tools/llvm-pdbdump/FunctionDumper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llvm-pdbdump/FunctionDumper.h b/tools/llvm-pdbdump/FunctionDumper.h
index 19a00145a1fd7..c71fafa18ed3b 100644
--- a/tools/llvm-pdbdump/FunctionDumper.h
+++ b/tools/llvm-pdbdump/FunctionDumper.h
@@ -13,7 +13,7 @@
#include "llvm/DebugInfo/PDB/PDBSymDumper.h"
namespace llvm {
-
+namespace pdb {
class LinePrinter;
class FunctionDumper : public PDBSymDumper {
@@ -38,5 +38,6 @@ private:
LinePrinter &Printer;
};
}
+}
#endif