*** boost-1_39_orig/boost/date_time/gregorian/greg_calendar.hpp 2008-02-27 21:00:24.000000000 +0100 --- boost-1_39/boost/date_time/gregorian/greg_calendar.hpp 2009-08-01 15:13:05.000000000 +0200 *************** *** 14,25 **** #include "boost/date_time/gregorian_calendar.hpp" #include "boost/date_time/gregorian/greg_ymd.hpp" #include "boost/date_time/int_adapter.hpp" namespace boost { namespace gregorian { //!An internal date representation that includes infinities, not a date ! typedef date_time::int_adapter fancy_date_rep; //! Gregorian calendar for this implementation, hard work in the base class gregorian_calendar : --- 14,26 ---- #include "boost/date_time/gregorian_calendar.hpp" #include "boost/date_time/gregorian/greg_ymd.hpp" #include "boost/date_time/int_adapter.hpp" + #include "boost/integer.hpp" namespace boost { namespace gregorian { //!An internal date representation that includes infinities, not a date ! typedef date_time::int_adapter::least> fancy_date_rep; //! Gregorian calendar for this implementation, hard work in the base class gregorian_calendar :