diff options
Diffstat (limited to 'tools/llvm-pdbdump/LinePrinter.h')
-rw-r--r-- | tools/llvm-pdbdump/LinePrinter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/llvm-pdbdump/LinePrinter.h b/tools/llvm-pdbdump/LinePrinter.h index b0a9d2cfc4e82..a4401f8af9552 100644 --- a/tools/llvm-pdbdump/LinePrinter.h +++ b/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 |