Index: boost/date_time/time.hpp =================================================================== --- boost/date_time/time.hpp (revision 43957) +++ boost/date_time/time.hpp (working copy) @@ -14,6 +14,7 @@ This file contains the interface for the time associated classes. */ #include "boost/date_time/time_defs.hpp" +#include "boost/date_time/special_defs.hpp" #include "boost/operators.hpp" #include Index: boost/date_time/local_time/local_time_io.hpp =================================================================== --- boost/date_time/local_time/local_time_io.hpp (revision 43957) +++ boost/date_time/local_time/local_time_io.hpp (working copy) @@ -10,6 +10,7 @@ #include #include "boost/date_time/local_time/local_date_time.hpp" +#include "boost/date_time/local_time/local_time_types.hpp" #include "boost/date_time/local_time/posix_time_zone.hpp" #include "boost/date_time/time_facet.hpp" #include "boost/date_time/string_convert.hpp"