Fix case for include of Compiler.h.
[oota-llvm.git] / include / llvm / ADT / Optional.h
index ffef8d91b3077d7666388e743c3378f2d02c43e2..f43aeb1bc4d9dadff7a9527838a934e261d742e4 100644 (file)
@@ -16,7 +16,7 @@
 #ifndef LLVM_ADT_OPTIONAL
 #define LLVM_ADT_OPTIONAL
 
-#include "LLVM/Support/Compiler.h"
+#include "llvm/Support/Compiler.h"
 #include <cassert>
 
 #if LLVM_USE_RVALUE_REFERENCES