Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2008-01-18 13:18:17


Author: johnmaddock
Date: 2008-01-18 13:18:17 EST (Fri, 18 Jan 2008)
New Revision: 42855
URL: http://svn.boost.org/trac/boost/changeset/42855

Log:
Needs to #include <cstring> in order to use std::memset.
Text files modified:
   trunk/boost/test/impl/debug.ipp | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/boost/test/impl/debug.ipp
==============================================================================
--- trunk/boost/test/impl/debug.ipp (original)
+++ trunk/boost/test/impl/debug.ipp 2008-01-18 13:18:17 EST (Fri, 18 Jan 2008)
@@ -32,6 +32,7 @@
 # include <windows.h>
 # include <winreg.h>
 # include <cstdio>
+# include <cstring>
 
 # if !defined(NDEBUG) && defined(_MSC_VER)
 # define BOOST_MS_CRT_BASED_DEBUG
@@ -965,3 +966,4 @@
 #include <boost/test/detail/enable_warnings.hpp>
 
 #endif // BOOST_TEST_DEBUG_API_IPP_112006GER
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk