Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/date_time/local_time/local_time.hpp @ 125:34e428693f5d vext
Vext -> Repoint
author | Chris Cannam |
---|---|
date | Thu, 14 Jun 2018 11:15:39 +0100 |
parents | c530137014c0 |
children |
rev | line source |
---|---|
Chris@16 | 1 #ifndef LOCAL_TIME_LOCAL_TIME_HPP__ |
Chris@16 | 2 #define LOCAL_TIME_LOCAL_TIME_HPP__ |
Chris@16 | 3 |
Chris@16 | 4 /* Copyright (c) 2003-2004 CrystalClear Software, Inc. |
Chris@16 | 5 * Subject to the Boost Software License, Version 1.0. |
Chris@16 | 6 * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) |
Chris@16 | 7 * Author: Jeff Garland, Bart Garst |
Chris@101 | 8 * $Date$ |
Chris@16 | 9 */ |
Chris@16 | 10 |
Chris@16 | 11 #include "boost/date_time/posix_time/posix_time.hpp" |
Chris@16 | 12 #include "boost/date_time/local_time/local_date_time.hpp" |
Chris@16 | 13 #include "boost/date_time/local_time/local_time_types.hpp" |
Chris@16 | 14 #if !defined(USE_DATE_TIME_PRE_1_33_FACET_IO) |
Chris@16 | 15 #include "boost/date_time/local_time/local_time_io.hpp" |
Chris@16 | 16 #endif // USE_DATE_TIME_PRE_1_33_FACET_IO |
Chris@16 | 17 #include "boost/date_time/local_time/posix_time_zone.hpp" |
Chris@16 | 18 #include "boost/date_time/local_time/custom_time_zone.hpp" |
Chris@16 | 19 #include "boost/date_time/local_time/tz_database.hpp" |
Chris@16 | 20 #include "boost/date_time/local_time/conversion.hpp" |
Chris@16 | 21 #include "boost/date_time/time_zone_base.hpp" |
Chris@16 | 22 |
Chris@16 | 23 |
Chris@16 | 24 #endif |