commit | 1df23b3ff643d03e9b68410aca75e7ebc2ebb5e4 | [log] [tgz] |
---|---|---|
author | Zhongxing Xu <xuzhongxing@gmail.com> | Thu Jul 23 01:38:47 2009 +0000 |
committer | Zhongxing Xu <xuzhongxing@gmail.com> | Thu Jul 23 01:38:47 2009 +0000 |
tree | 54474e93e832ccfb17e1b301f7ea79bc9432bb40 | |
parent | 4125187cbf929617a153248f5ee70cc8e40c258d [diff] |
add header for 'memset'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76837 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Support/Allocator.cpp b/lib/Support/Allocator.cpp index f5a2078..e302f0b 100644 --- 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 {