From: Bill Wendling Date: Sat, 27 Sep 2008 00:08:24 +0000 (+0000) Subject: Add missing #include for asserts. X-Git-Tag: android-x86-6.0-r1~1003^2~25632 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0b3c079cd59f7d0d664ddf6365e6466704c912f6;p=android-x86%2Fexternal-llvm.git Add missing #include for asserts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56718 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Attributes.h b/include/llvm/Attributes.h index bc7628011f7..1e54ddfc87f 100644 --- a/include/llvm/Attributes.h +++ b/include/llvm/Attributes.h @@ -15,6 +15,7 @@ #ifndef LLVM_ATTRIBUTES_H #define LLVM_ATTRIBUTES_H +#include #include namespace llvm {