From 5e4d8a5eca03c977ba01e061078a2d740ee6130a Mon Sep 17 00:00:00 2001 From: Zonr Chang Date: Thu, 24 Oct 2013 08:17:39 +0000 Subject: [PATCH] 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 --- include/llvm/Support/ELF.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1