From 54e650f2c7bfcaec159ae41b2d79ce4a9a45edf8 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Thu, 23 Jul 2009 01:38:47 +0000 Subject: [PATCH] add header for 'memset'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76837 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Allocator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Support/Allocator.cpp b/lib/Support/Allocator.cpp index f5a207844b8..e302f0bf863 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 namespace llvm { -- 2.34.1