summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2012-10-18 22:36:01 +0000
committerJordan Rose <jordan_rose@apple.com>2012-10-18 22:36:01 +0000
commit5ce10521a0986e9626530c19e3247431dbb5f2ca (patch)
treee7b719a624fe441aeda8c5ada8ee92379aa47706 /include
parente19f11215d8fa29635b28317dd1cfd1915d048d4 (diff)
downloadllvm-5ce10521a0986e9626530c19e3247431dbb5f2ca.tar.gz
llvm-5ce10521a0986e9626530c19e3247431dbb5f2ca.tar.bz2
llvm-5ce10521a0986e9626530c19e3247431dbb5f2ca.tar.xz
Fix case for include of Compiler.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166243 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/ADT/Optional.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/Optional.h b/include/llvm/ADT/Optional.h
index ffef8d91b3..f43aeb1bc4 100644
--- a/include/llvm/ADT/Optional.h
+++ b/include/llvm/ADT/Optional.h
@@ -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