comparison DEPENDENCIES/generic/include/boost/chrono/chrono.hpp @ 16:2665513ce2d3

Add boost headers
author Chris Cannam
date Tue, 05 Aug 2014 11:11:38 +0100
parents
children
comparison
equal deleted inserted replaced
15:663ca0da4350 16:2665513ce2d3
1 // chrono.hpp --------------------------------------------------------------//
2
3 // Copyright 2009-2011 Vicente J. Botet Escriba
4
5 // Distributed under the Boost Software License, Version 1.0.
6 // See http://www.boost.org/LICENSE_1_0.txt
7
8 #ifndef BOOST_CHRONO_CHRONO_HPP
9 #define BOOST_CHRONO_CHRONO_HPP
10
11 #include <boost/chrono/duration.hpp>
12 #include <boost/chrono/time_point.hpp>
13 #include <boost/chrono/system_clocks.hpp>
14
15 #endif // BOOST_CHRONO_CHRONO_HPP