1 #if !defined(sol_date_time_hpp_included)
2 #define sol_date_time_hpp_included
3 /// \defgroup sol_date_time sol::date_time
9 * \file sol/date_time.hpp
10 * \brief Minimal date/time operations to support threading
12 * \see http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2328.html
15 * - \ref sol/date_time/duration.hpp
16 * - \ref sol/date_time/hiresolution_clock.hpp
17 * - \ref sol/date_time/utc_time.hpp
21 #include <sol/date_time/duration.hpp>
22 #include <sol/date_time/hiresolution_clock.hpp>
23 #include <sol/date_time/utc_time.hpp>
27 #endif // sol_date_time_hpp_included