From 0b3c079cd59f7d0d664ddf6365e6466704c912f6 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sat, 27 Sep 2008 00:08:24 +0000 Subject: [PATCH] Add missing #include for asserts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56718 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Attributes.h | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.34.1