diff options
Diffstat (limited to 'src/third_party/boost-1.70.0/boost/chrono.hpp')
-rw-r--r-- | src/third_party/boost-1.70.0/boost/chrono.hpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/third_party/boost-1.70.0/boost/chrono.hpp b/src/third_party/boost-1.70.0/boost/chrono.hpp new file mode 100644 index 00000000000..a3a35229030 --- /dev/null +++ b/src/third_party/boost-1.70.0/boost/chrono.hpp @@ -0,0 +1,20 @@ +////////////////////////////////////////////////////////////////////////////// +// +// (C) Copyright Vicente J. Botet Escriba 2010. +// Distributed under the Boost +// Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or +// copy at http://www.boost.org/LICENSE_1_0.txt) +// +// See http://www.boost.org/libs/stm for documentation. +// +////////////////////////////////////////////////////////////////////////////// + +#ifndef BOOST_CHRONO_HPP +#define BOOST_CHRONO_HPP + +//----------------------------------------------------------------------------- +#include <boost/chrono/include.hpp> +//----------------------------------------------------------------------------- + +#endif // BOOST_CHRONO_HPP |