mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
Fixed a build problem when there were headers
for a different LLVM present in the system header lookup path. llvm-svn: 216812
This commit is contained in:
parent
3640fe829c
commit
453fb61e48
@ -15,8 +15,8 @@
|
||||
#ifndef LLVM_SUPPORT_ENDIANSTREAM_H
|
||||
#define LLVM_SUPPORT_ENDIANSTREAM_H
|
||||
|
||||
#include <llvm/Support/Endian.h>
|
||||
#include <llvm/Support/raw_ostream.h>
|
||||
#include "llvm/Support/Endian.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
||||
namespace llvm {
|
||||
namespace support {
|
||||
|
Loading…
Reference in New Issue
Block a user