mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-12 17:37:13 +00:00
Fixed a build problem when there were headers
for a different LLVM present in the system header lookup path. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216812 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
23e2653009
commit
77c2eb2462
@ -15,8 +15,8 @@
|
|||||||
#ifndef LLVM_SUPPORT_ENDIANSTREAM_H
|
#ifndef LLVM_SUPPORT_ENDIANSTREAM_H
|
||||||
#define LLVM_SUPPORT_ENDIANSTREAM_H
|
#define LLVM_SUPPORT_ENDIANSTREAM_H
|
||||||
|
|
||||||
#include <llvm/Support/Endian.h>
|
#include "llvm/Support/Endian.h"
|
||||||
#include <llvm/Support/raw_ostream.h>
|
#include "llvm/Support/raw_ostream.h"
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
namespace support {
|
namespace support {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user