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:
db5e900
)
add header for 'memset'.
author
Zhongxing Xu
<xuzhongxing@gmail.com>
Thu, 23 Jul 2009 01:38:47 +0000
(
01:38
+0000)
committer
Zhongxing Xu
<xuzhongxing@gmail.com>
Thu, 23 Jul 2009 01:38:47 +0000
(
01:38
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76837
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/Allocator.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/Allocator.cpp
b/lib/Support/Allocator.cpp
index f5a207844b859c86df1b67a83aa9bd144a1475a0..e302f0bf863cee1e4647ca26646a4fabb9e057b1 100644
(file)
--- a/
lib/Support/Allocator.cpp
+++ b/
lib/Support/Allocator.cpp
@@
-15,6
+15,7
@@
#include "llvm/Support/Recycler.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/Streams.h"
+#include <cstring>
namespace llvm {