summaryrefslogtreecommitdiff
path: root/include/llvm/Support/ELF.h
diff options
context:
space:
mode:
authorZonr Chang <zonr.xchg@gmail.com>2013-10-24 08:17:39 +0000
committerZonr Chang <zonr.xchg@gmail.com>2013-10-24 08:17:39 +0000
commit5e4d8a5eca03c977ba01e061078a2d740ee6130a (patch)
tree3ff0e68c86d855523066b830cf057523cbbd0269 /include/llvm/Support/ELF.h
parent62ef05811661d7aff6276e64cc4ba7d325a408d6 (diff)
downloadllvm-5e4d8a5eca03c977ba01e061078a2d740ee6130a.tar.gz
llvm-5e4d8a5eca03c977ba01e061078a2d740ee6130a.tar.bz2
llvm-5e4d8a5eca03c977ba01e061078a2d740ee6130a.tar.xz
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
Diffstat (limited to 'include/llvm/Support/ELF.h')
-rw-r--r--include/llvm/Support/ELF.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/ELF.h b/include/llvm/Support/ELF.h
index a7cc206fea..ca53f55971 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 <cstring>