From: Zonr Chang Date: Thu, 24 Oct 2013 08:17:39 +0000 (+0000) Subject: Include missing Compiler.h for using LLVM_ENUM_INT_TYPE. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5e4d8a5eca03c977ba01e061078a2d740ee6130a;p=oota-llvm.git Include missing Compiler.h for using LLVM_ENUM_INT_TYPE. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193315 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/ELF.h b/include/llvm/Support/ELF.h index a7cc206fea2..ca53f55971a 100644 --- a/include/llvm/Support/ELF.h +++ b/include/llvm/Support/ELF.h @@ -20,6 +20,7 @@ #ifndef LLVM_SUPPORT_ELF_H #define LLVM_SUPPORT_ELF_H +#include "llvm/Support/Compiler.h" #include "llvm/Support/DataTypes.h" #include