Chris@16: Chris@16: // include Chris@16: // Chris@16: // (C) Copyright 2011 Vicente J. Botet Escriba Chris@16: // Use, modification and distribution are subject to the Boost Software License, Chris@16: // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt). Chris@16: // Chris@16: // This code was adapted by Vicente from Howard Hinnant's experimental work Chris@16: // on chrono i/o under lvm/libc++ to Boost Chris@16: Chris@16: #ifndef BOOST_CHRONO_INCLUDE_HPP Chris@16: #define BOOST_CHRONO_INCLUDE_HPP Chris@16: Chris@16: #include Chris@16: #include Chris@16: #include Chris@16: #include Chris@16: #include Chris@16: #include Chris@16: #include Chris@16: Chris@16: #endif // BOOST_CHRONO_INCLUDE_HPP