Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74739 - trunk/libs/chrono/test/io
From: vicente.botet_at_[hidden]
Date: 2011-10-05 10:49:25


Author: viboes
Date: 2011-10-05 10:49:25 EDT (Wed, 05 Oct 2011)
New Revision: 74739
URL: http://svn.boost.org/trac/boost/changeset/74739

Log:
Chrono: include explicitly clock files
Text files modified:
   trunk/libs/chrono/test/io/time_point_input.cpp | 3 +++
   trunk/libs/chrono/test/io/time_point_output.cpp | 3 +++
   2 files changed, 6 insertions(+), 0 deletions(-)

Modified: trunk/libs/chrono/test/io/time_point_input.cpp
==============================================================================
--- trunk/libs/chrono/test/io/time_point_input.cpp (original)
+++ trunk/libs/chrono/test/io/time_point_input.cpp 2011-10-05 10:49:25 EDT (Wed, 05 Oct 2011)
@@ -5,6 +5,9 @@
 #include <boost/chrono/chrono_io.hpp>
 #include <sstream>
 #include <boost/detail/lightweight_test.hpp>
+#include <boost/chrono/system_clocks.hpp>
+#include <boost/chrono/thread_clock.hpp>
+#include <boost/chrono/process_cpu_clocks.hpp>
 
 template<typename Clock, typename D>
 void test_good(std::string str, D res)

Modified: trunk/libs/chrono/test/io/time_point_output.cpp
==============================================================================
--- trunk/libs/chrono/test/io/time_point_output.cpp (original)
+++ trunk/libs/chrono/test/io/time_point_output.cpp 2011-10-05 10:49:25 EDT (Wed, 05 Oct 2011)
@@ -5,6 +5,9 @@
 #include <boost/chrono/chrono_io.hpp>
 #include <sstream>
 #include <boost/detail/lightweight_test.hpp>
+#include <boost/chrono/system_clocks.hpp>
+#include <boost/chrono/thread_clock.hpp>
+#include <boost/chrono/process_cpu_clocks.hpp>
 
 template<typename Clock, typename D>
 void test_good_prefix(const char* str, D d)


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