Index: int_adapter.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/date_time/int_adapter.hpp,v retrieving revision 1.15 diff -u -r1.15 int_adapter.hpp --- int_adapter.hpp 26 Feb 2004 18:26:47 -0000 1.15 +++ int_adapter.hpp 13 Sep 2007 18:54:36 -0000 @@ -14,7 +14,9 @@ #include "boost/limits.hpp" //work around compilers without limits #include "boost/date_time/special_defs.hpp" #include "boost/date_time/locale_config.hpp" -#include +#ifndef BOOST_DATE_TIME_NO_LOCALE +# include +#endif namespace boost { namespace date_time {