projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c9c3e7
)
Add missing #include for asserts.
author
Bill Wendling
<isanbard@gmail.com>
Sat, 27 Sep 2008 00:08:24 +0000
(
00:08
+0000)
committer
Bill Wendling
<isanbard@gmail.com>
Sat, 27 Sep 2008 00:08:24 +0000
(
00:08
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56718
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Attributes.h
patch
|
blob
|
history
diff --git
a/include/llvm/Attributes.h
b/include/llvm/Attributes.h
index bc7628011f77215c52b91986fca05f145cd87b2d..1e54ddfc87f4ff85461febaf8a12a6a16d2c611b 100644
(file)
--- 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 {