Need to include <cstring> to get memset

[SVN r12774]
This commit is contained in:
Douglas Gregor
2002-02-09 16:35:34 +00:00
parent 1afdc58d44
commit 57f8b8fe9c

View File

@ -24,6 +24,7 @@
#include <algorithm>
#include <iterator>
#include <memory>
#include <cstring>
#include <boost/timer.hpp>
#include <boost/type_traits.hpp>