diff options
| -rw-r--r-- | llvm/lib/DebugInfo/PDB/Raw/RawSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Raw/RawSession.cpp b/llvm/lib/DebugInfo/PDB/Raw/RawSession.cpp index 32c04beda78..dcdbcb48933 100644 --- a/llvm/lib/DebugInfo/PDB/Raw/RawSession.cpp +++ b/llvm/lib/DebugInfo/PDB/Raw/RawSession.cpp @@ -12,7 +12,7 @@ #include "llvm/DebugInfo/PDB/IPDBSourceFile.h" #include "llvm/DebugInfo/PDB/PDBSymbolCompiland.h" #include "llvm/DebugInfo/PDB/PDBSymbolExe.h" -#include "llvm/DebugInfo/PDB/Raw/PdbFile.h" +#include "llvm/DebugInfo/PDB/Raw/PDBFile.h" #include "llvm/Support/ErrorOr.h" #include "llvm/Support/MemoryBuffer.h" |

