Chris@16: // Chris@16: // (C) Copyright 2010-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: Chris@16: #ifndef BOOST_CHRONO_CLOCK_STRING_HPP Chris@16: #define BOOST_CHRONO_CLOCK_STRING_HPP Chris@16: Chris@16: #include Chris@16: Chris@16: namespace boost Chris@16: { Chris@16: namespace chrono Chris@16: { Chris@16: Chris@16: template Chris@16: struct clock_string; Chris@16: Chris@16: } // chrono Chris@16: Chris@16: } // boost Chris@16: Chris@16: #endif // BOOST_CHRONO_CLOCK_STRING_HPP