add header for 'memset'.

llvm-svn: 76837
This commit is contained in:
Zhongxing Xu 2009-07-23 01:38:47 +00:00
parent c698122d34
commit 57421f3e0f
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include "llvm/Support/Recycler.h" #include "llvm/Support/Recycler.h"
#include "llvm/Support/DataTypes.h" #include "llvm/Support/DataTypes.h"
#include "llvm/Support/Streams.h" #include "llvm/Support/Streams.h"
#include <cstring>
namespace llvm { namespace llvm {