| 1 | // chrono.cpp --------------------------------------------------------------// |
| 2 | |
| 3 | // Copyright Beman Dawes 2008 |
| 4 | // Copyright Vicente J. Botet Escriba 2009-2010 |
| 5 | |
| 6 | // Distributed under the Boost Software License, Version 1.0. |
| 7 | // See http://www.boost.org/LICENSE_1_0.txt |
| 8 | |
| 9 | // define BOOST_CHRONO_SOURCE so that <boost/chrono/config.hpp> knows |
| 10 | // the library is being built (possibly exporting rather than importing code) |
| 11 | |
| 12 | #ifndef BOOST_CHRONO_SOURCE |
| 13 | # define BOOST_CHRONO_SOURCE |
| 14 | #endif |
| 15 | |
| 16 | #include <boost/chrono/detail/inlined/chrono.hpp> |
| 17 | |
| 18 | |