1//////////////////////////////////////////////////////////////////////////////
2//
3// (C) Copyright Vicente J. Botet Escriba 2010.
4// Distributed under the Boost
5// Software License, Version 1.0.
6// (See accompanying file LICENSE_1_0.txt or
7// copy at http://www.boost.org/LICENSE_1_0.txt)
8//
9// See http://www.boost.org/libs/stm for documentation.
10//
11//////////////////////////////////////////////////////////////////////////////
12
13#ifndef BOOST_CHRONO_HPP
14#define BOOST_CHRONO_HPP
15
16//-----------------------------------------------------------------------------
17#include <boost/chrono/include.hpp>
18//-----------------------------------------------------------------------------
19
20#endif // BOOST_CHRONO_HPP
21

source code of boost/boost/chrono.hpp