mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-10 12:00:15 -04:00
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7593 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
16 lines
474 B
C++
16 lines
474 B
C++
// chrono.hpp --------------------------------------------------------------//
|
|
|
|
// Copyright 2009-2011 Vicente J. Botet Escriba
|
|
|
|
// Distributed under the Boost Software License, Version 1.0.
|
|
// See http://www.boost.org/LICENSE_1_0.txt
|
|
|
|
#ifndef BOOST_CHRONO_CHRONO_HPP
|
|
#define BOOST_CHRONO_CHRONO_HPP
|
|
|
|
#include <boost/chrono/duration.hpp>
|
|
#include <boost/chrono/time_point.hpp>
|
|
#include <boost/chrono/system_clocks.hpp>
|
|
|
|
#endif // BOOST_CHRONO_CHRONO_HPP
|