Include missing Compiler.h for using LLVM_ENUM_INT_TYPE.
authorZonr Chang <zonr.xchg@gmail.com>
Thu, 24 Oct 2013 08:17:39 +0000 (08:17 +0000)
committerZonr Chang <zonr.xchg@gmail.com>
Thu, 24 Oct 2013 08:17:39 +0000 (08:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193315 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/ELF.h

index a7cc206fea2c946b8b57ca30255e7959574d41a3..ca53f55971a47e7a0076179ecb4d9b2806d90cfb 100644 (file)
@@ -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>