date_time.hpp 587 B

123456789101112131415161718
  1. #ifndef BOOST_DATE_TIME_ALL_HPP___
  2. #define BOOST_DATE_TIME_ALL_HPP___
  3. /* Copyright (c) 2006 CrystalClear Software, Inc.
  4. * Use, modification and distribution is subject to the
  5. * Boost Software License, Version 1.0. (See accompanying
  6. * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
  7. * Author: Jeff Garland
  8. * $Date: 2008-02-27 15:00:24 -0500 (Wed, 27 Feb 2008) $
  9. */
  10. // See www.boost.org/libs/date_time for documentation.
  11. //gregorian and posix time included by indirectly
  12. #include "boost/date_time/local_time/local_time.hpp"
  13. #endif // BOOST_DATE_TIME_ALL_HPP___