Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2008-01-03 05:04:02


Author: johnmaddock
Date: 2008-01-03 05:04:01 EST (Thu, 03 Jan 2008)
New Revision: 42435
URL: http://svn.boost.org/trac/boost/changeset/42435

Log:
Add cstdio include to keep libstdcxx happy.
Text files modified:
   trunk/boost/test/impl/debug.ipp | 1 +
   1 files changed, 1 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-03 05:04:01 EST (Thu, 03 Jan 2008)
@@ -58,6 +58,7 @@
 // STL
 #include <cstring>
 #include <map>
+#include <cstdio>
 #include <stdarg.h> // !! ?? cstdarg
 
 // SYSTEM API


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