Fix for case-sensitive file systems. Ugh

llvm-svn: 173303
This commit is contained in:
Douglas Gregor 2013-01-23 22:45:24 +00:00
parent 9de4b973f1
commit 8ec343ccb1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include "llvm/ADT/StringExtras.h"
#include "llvm/Bitcode/BitstreamReader.h"
#include "llvm/Bitcode/BitstreamWriter.h"
#include "llvm/Support/Filesystem.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/LockFileManager.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/PathV2.h"