diff options
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/IPDBSourceFile.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/PDB/IPDBSourceFile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/PDB/IPDBSourceFile.cpp b/llvm/lib/DebugInfo/PDB/IPDBSourceFile.cpp index f3e0284f47c..f98bf9b18fc 100644 --- a/llvm/lib/DebugInfo/PDB/IPDBSourceFile.cpp +++ b/llvm/lib/DebugInfo/PDB/IPDBSourceFile.cpp @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// #include "llvm/DebugInfo/PDB/IPDBSourceFile.h" + #include "llvm/DebugInfo/PDB/PDBExtras.h" #include "llvm/Support/Format.h" #include "llvm/Support/raw_ostream.h" |