1 2 // include 3 // 4 // (C) Copyright 2011 Vicente J. Botet Escriba 5 // Use, modification and distribution are subject to the Boost Software License, 6 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 7 // http://www.boost.org/LICENSE_1_0.txt). 8 // 9 // This code was adapted by Vicente from Howard Hinnant's experimental work 10 // on chrono i/o under lvm/libc++ to Boost 11 12 #ifndef BOOST_CHRONO_INCLUDE_HPP 13 #define BOOST_CHRONO_INCLUDE_HPP 14 15 #include <boost/chrono/chrono.hpp> 16 #include <boost/chrono/chrono_io.hpp> 17 #include <boost/chrono/process_cpu_clocks.hpp> 18 #include <boost/chrono/thread_clock.hpp> 19 #include <boost/chrono/ceil.hpp> 20 #include <boost/chrono/floor.hpp> 21 #include <boost/chrono/round.hpp> 22 23 #endif // BOOST_CHRONO_INCLUDE_HPP 24