From 77c2eb2462e2d2ed97a985163b53d2601b4dcc7f Mon Sep 17 00:00:00 2001 From: Sean Callanan Date: Sat, 30 Aug 2014 02:30:02 +0000 Subject: [PATCH] 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 --- include/llvm/Support/EndianStream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/llvm/Support/EndianStream.h b/include/llvm/Support/EndianStream.h index 7bc00a6c2d5..94f372f020b 100644 --- a/include/llvm/Support/EndianStream.h +++ b/include/llvm/Support/EndianStream.h @@ -15,8 +15,8 @@ #ifndef LLVM_SUPPORT_ENDIANSTREAM_H #define LLVM_SUPPORT_ENDIANSTREAM_H -#include -#include +#include "llvm/Support/Endian.h" +#include "llvm/Support/raw_ostream.h" namespace llvm { namespace support { -- 2.40.0