Chris@16: #ifndef DATE_TIME_GREG_YMD_HPP__ Chris@16: #define DATE_TIME_GREG_YMD_HPP__ Chris@16: Chris@16: /* Copyright (c) 2002,2003 CrystalClear Software, Inc. Chris@16: * Use, modification and distribution is subject to the Chris@16: * Boost Software License, Version 1.0. (See accompanying Chris@16: * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) Chris@16: * Author: Jeff Garland Chris@101: * $Date$ Chris@16: */ Chris@16: Chris@16: #include "boost/date_time/year_month_day.hpp" Chris@16: #include "boost/date_time/special_defs.hpp" Chris@16: #include "boost/date_time/gregorian/greg_day.hpp" Chris@16: #include "boost/date_time/gregorian/greg_year.hpp" Chris@16: #include "boost/date_time/gregorian/greg_month.hpp" Chris@16: Chris@16: namespace boost { Chris@16: namespace gregorian { Chris@16: Chris@16: typedef date_time::year_month_day_base greg_year_month_day; Chris@16: Chris@16: Chris@16: Chris@16: } } //namespace gregorian Chris@16: Chris@16: Chris@16: Chris@16: Chris@16: #endif Chris@16: