diff options
Diffstat (limited to 'include/llvm/DebugInfo/PDB/IPDBDataStream.h')
| -rw-r--r-- | include/llvm/DebugInfo/PDB/IPDBDataStream.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/llvm/DebugInfo/PDB/IPDBDataStream.h b/include/llvm/DebugInfo/PDB/IPDBDataStream.h index 808a0f3ec3a9d..9594dc1591a76 100644 --- a/include/llvm/DebugInfo/PDB/IPDBDataStream.h +++ b/include/llvm/DebugInfo/PDB/IPDBDataStream.h @@ -15,6 +15,7 @@  #include "llvm/ADT/SmallVector.h"  namespace llvm { +namespace pdb {  /// IPDBDataStream defines an interface used to represent a stream consisting  /// of a name and a series of records whose formats depend on the particular @@ -33,5 +34,6 @@ public:    virtual IPDBDataStream *clone() const = 0;  };  } +}  #endif | 
