From 4c2011be7d9489c3efd6e56e262e646141e94803 Mon Sep 17 00:00:00 2001 From: Bill Seurer Date: Thu, 24 Dec 2015 18:54:35 +0000 Subject: [PATCH] Fix case of path name git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256388 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/DebugInfo/CodeView/TypeTableBuilder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DebugInfo/CodeView/TypeTableBuilder.cpp b/lib/DebugInfo/CodeView/TypeTableBuilder.cpp index 3f20caa31c5..ebee8d6450c 100644 --- a/lib/DebugInfo/CodeView/TypeTableBuilder.cpp +++ b/lib/DebugInfo/CodeView/TypeTableBuilder.cpp @@ -13,7 +13,7 @@ #include "llvm/DebugInfo/CodeView/MethodListRecordBuilder.h" #include "llvm/DebugInfo/CodeView/TypeIndex.h" #include "llvm/DebugInfo/CodeView/TypeRecordBuilder.h" -#include "llvm/support/raw_ostream.h" +#include "llvm/Support/raw_ostream.h" using namespace llvm; using namespace codeview; -- 2.34.1