From 57f8b8fe9c800a0768e696cb335f854de4cd5e00 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sat, 9 Feb 2002 16:35:34 +0000 Subject: [PATCH] Need to include to get memset [SVN r12774] --- examples/fill_example.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/fill_example.cpp b/examples/fill_example.cpp index 4fc0fb0..e491216 100644 --- a/examples/fill_example.cpp +++ b/examples/fill_example.cpp @@ -24,6 +24,7 @@ #include #include #include +#include #include #include