projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f76c4e
)
Include missing Compiler.h for using LLVM_ENUM_INT_TYPE.
author
Zonr Chang
<zonr.xchg@gmail.com>
Thu, 24 Oct 2013 08:17:39 +0000
(08:17 +0000)
committer
Zonr 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
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Support/ELF.h
b/llvm/include/llvm/Support/ELF.h
index
a7cc206
..
ca53f55
100644
(file)
--- a/
llvm/include/llvm/Support/ELF.h
+++ b/
llvm/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>