summaryrefslogtreecommitdiff
path: root/include/llvm/Attributes.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-09-27 00:08:24 +0000
committerBill Wendling <isanbard@gmail.com>2008-09-27 00:08:24 +0000
commit0b3c079cd59f7d0d664ddf6365e6466704c912f6 (patch)
tree953bfb4b39cd2001294f4f89835309fdfdf445bf /include/llvm/Attributes.h
parent2c9c3e73682749016d5885b67ff719f634b37d58 (diff)
downloadllvm-0b3c079cd59f7d0d664ddf6365e6466704c912f6.tar.gz
llvm-0b3c079cd59f7d0d664ddf6365e6466704c912f6.tar.bz2
llvm-0b3c079cd59f7d0d664ddf6365e6466704c912f6.tar.xz
Add missing #include for asserts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56718 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Attributes.h')
-rw-r--r--include/llvm/Attributes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Attributes.h b/include/llvm/Attributes.h
index bc7628011f..1e54ddfc87 100644
--- a/include/llvm/Attributes.h
+++ b/include/llvm/Attributes.h
@@ -15,6 +15,7 @@
#ifndef LLVM_ATTRIBUTES_H
#define LLVM_ATTRIBUTES_H
+#include <cassert>
#include <string>
namespace llvm {