diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-07-23 01:38:47 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-07-23 01:38:47 +0000 |
commit | 54e650f2c7bfcaec159ae41b2d79ce4a9a45edf8 (patch) | |
tree | 54474e93e832ccfb17e1b301f7ea79bc9432bb40 /lib | |
parent | db5e90078ea1034cf992e7d173517d1001f089cd (diff) |
add header for 'memset'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76837 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Support/Allocator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/Allocator.cpp b/lib/Support/Allocator.cpp index f5a207844b..e302f0bf86 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 { |