|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r65269 - in sandbox/chrono/libs/chrono: src test
From: vicente.botet_at_[hidden]
Date: 2010-09-04 12:54:38
Author: viboes
Date: 2010-09-04 12:54:37 EDT (Sat, 04 Sep 2010)
New Revision: 65269
URL: http://svn.boost.org/trac/boost/changeset/65269
Log:
Create new files time_point.hp and system_clocks.hpp and simplify the dependencies from the other files respect to chrono.hpp
Properties modified:
sandbox/chrono/libs/chrono/test/ (props changed)
Text files modified:
sandbox/chrono/libs/chrono/src/thread_clock.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Modified: sandbox/chrono/libs/chrono/src/thread_clock.cpp
==============================================================================
--- sandbox/chrono/libs/chrono/src/thread_clock.cpp (original)
+++ sandbox/chrono/libs/chrono/src/thread_clock.cpp 2010-09-04 12:54:37 EDT (Sat, 04 Sep 2010)
@@ -18,6 +18,8 @@
#include <boost/version.hpp>
#if defined(BOOST_CHRONO_HAS_THREAD_CLOCK)
#include <boost/chrono/thread_clock.hpp>
+#include <boost/throw_exception.hpp>
+#include <boost/system/system_error.hpp>
#include <cassert>
//----------------------------------------------------------------------------//
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