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:
Sean Callanan 2014-08-30 02:30:02 +00:00
parent 38637fb5b7
commit 8c51173d83
1 changed files with 2 additions and 2 deletions

View File

@ -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 {