diff options
Diffstat (limited to 'contrib/llvm/lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp')
| -rw-r--r-- | contrib/llvm/lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp b/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp index ff4254f11504..9c653879176b 100644 --- a/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp +++ b/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp @@ -15,6 +15,7 @@  #include <utility>  using namespace llvm; +using namespace llvm::pdb;  PDBSymbolFuncDebugStart::PDBSymbolFuncDebugStart(      const IPDBSession &PDBSession, std::unique_ptr<IPDBRawSymbol> Symbol)  | 
