1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

Fix case for include of Compiler.h.

llvm-svn: 166243
This commit is contained in:
Jordan Rose 2012-10-18 22:36:01 +00:00
parent 254e676432
commit 2d1d4bb52f

View 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