[llvm] r193315 - Include missing Compiler.h for using LLVM_ENUM_INT_TYPE.
Zonr Chang
zonr.xchg at gmail.com
Thu Oct 24 01:17:39 PDT 2013
Author: zonr
Date: Thu Oct 24 03:17:39 2013
New Revision: 193315
URL: http://llvm.org/viewvc/llvm-project?rev=193315&view=rev
Log:
Include missing Compiler.h for using LLVM_ENUM_INT_TYPE.
Modified:
llvm/trunk/include/llvm/Support/ELF.h
Modified: llvm/trunk/include/llvm/Support/ELF.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/ELF.h?rev=193315&r1=193314&r2=193315&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/ELF.h (original)
+++ llvm/trunk/include/llvm/Support/ELF.h Thu Oct 24 03:17:39 2013
@@ -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>
More information about the llvm-commits
mailing list