diff options
Diffstat (limited to 'llvm/tools/llvm-pdbdump/LinePrinter.h')
-rw-r--r-- | llvm/tools/llvm-pdbdump/LinePrinter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/llvm-pdbdump/LinePrinter.h b/llvm/tools/llvm-pdbdump/LinePrinter.h index b0a9d2cfc4e..a4401f8af95 100644 --- a/llvm/tools/llvm-pdbdump/LinePrinter.h +++ b/llvm/tools/llvm-pdbdump/LinePrinter.h @@ -18,6 +18,7 @@ #include <list> namespace llvm { +namespace pdb { class LinePrinter { friend class WithColor; @@ -88,5 +89,6 @@ private: raw_ostream &OS; }; } +} #endif |