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)
llvm-svn: 193315

llvm/include/llvm/Support/ELF.h

index a7cc206..ca53f55 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>