From: Mathieu Peyréga (mathieu.peyrega_at_[hidden])
Date: 2008-08-08 13:44:51


In 48033 SVN :

libs/iostreams/src/file_times.cpp

#include <ctime>
#include <boost/iostreams/detail/config/windows_posix.hpp>
#include <boost/iostreams/detail/file_times.hpp>
#include <boost/iostreams/detail/system_failure.hpp>

should now be (I guess there was some file renaming)

#include <ctime>
#include <boost/iostreams/detail/config/windows_posix.hpp>
#include <boost/iostreams/detail/file_handle.hpp>
#include <boost/iostreams/detail/system_failure.hpp>

otherwise iostreams libs do not compile....

regards,

Mathieu

--
http://www.incub.net/