date_time.hpp 540 B

1234567891011121314151617
  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$
  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___