From d192551402bbbb9cbb4a9a8f00b4d0590615e894 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Thu, 21 Apr 2016 22:08:27 +0000 Subject: [PATCH] Fix for case sensitive filename failure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267066 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/DebugInfo/PDB/Raw/RawSession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DebugInfo/PDB/Raw/RawSession.cpp b/lib/DebugInfo/PDB/Raw/RawSession.cpp index 32c04beda78..dcdbcb48933 100644 --- a/lib/DebugInfo/PDB/Raw/RawSession.cpp +++ b/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"