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 | 57421f3e0f205798259ce9066ba04c62de951bda (patch) | |
| tree | a0cf0e39537c73195c956188db0c949a3026e4d2 /llvm/lib/Support/Allocator.cpp | |
| parent | c698122d344eece182ca0e8c74f03b28d70a7598 (diff) | |
| download | bcm5719-llvm-57421f3e0f205798259ce9066ba04c62de951bda.tar.gz bcm5719-llvm-57421f3e0f205798259ce9066ba04c62de951bda.zip | |
add header for 'memset'.
llvm-svn: 76837
Diffstat (limited to 'llvm/lib/Support/Allocator.cpp')
| -rw-r--r-- | llvm/lib/Support/Allocator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Allocator.cpp b/llvm/lib/Support/Allocator.cpp index f5a207844b8..e302f0bf863 100644 --- a/llvm/lib/Support/Allocator.cpp +++ b/llvm/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 { |

