diff options
Diffstat (limited to 'llvm/tools/llvm-pdbdump/CompilandDumper.h')
-rw-r--r-- | llvm/tools/llvm-pdbdump/CompilandDumper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/llvm-pdbdump/CompilandDumper.h b/llvm/tools/llvm-pdbdump/CompilandDumper.h index 204d34acf1b..462aaeb2611 100644 --- a/llvm/tools/llvm-pdbdump/CompilandDumper.h +++ b/llvm/tools/llvm-pdbdump/CompilandDumper.h @@ -13,6 +13,7 @@ #include "llvm/DebugInfo/PDB/PDBSymDumper.h" namespace llvm { +namespace pdb { class LinePrinter; @@ -38,5 +39,6 @@ private: LinePrinter &Printer; }; } +} #endif |