Skip to content

Commit

Permalink
Fix case for include of Compiler.h.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166243 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
jrose-apple committed Oct 18, 2012
1 parent e19f112 commit 5ce1052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/llvm/ADT/Optional.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ce1052

Please sign in to comment.