Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-11-01 10:01:45


Author: johnmaddock
Date: 2007-11-01 10:01:44 EDT (Thu, 01 Nov 2007)
New Revision: 40639
URL: http://svn.boost.org/trac/boost/changeset/40639

Log:
Added <stdio.h> and <sys/time.h> to the list of Unix-specific includes: these are needed by Sun's compiler, and for that matter, by Boost.Test to be std conforming.
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 2007-11-01 10:01:44 EDT (Thu, 01 Nov 2007)
@@ -67,6 +67,8 @@
 # include <sys/types.h>
 # include <sys/stat.h>
 # include <sys/wait.h>
+# include <sys/time.h>
+# include <stdio.h>
 
 # if defined(sun) || defined(__sun)
 


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