Include missing Compiler.h for using LLVM_ENUM_INT_TYPE.

llvm-svn: 193315
This commit is contained in:
Zonr Chang 2013-10-24 08:17:39 +00:00
parent 1f76c4e810
commit b2453337d2
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#ifndef LLVM_SUPPORT_ELF_H #ifndef LLVM_SUPPORT_ELF_H
#define LLVM_SUPPORT_ELF_H #define LLVM_SUPPORT_ELF_H
#include "llvm/Support/Compiler.h"
#include "llvm/Support/DataTypes.h" #include "llvm/Support/DataTypes.h"
#include <cstring> #include <cstring>