diff options
Diffstat (limited to 'boost/date_time/period.hpp')
-rw-r--r-- | boost/date_time/period.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/boost/date_time/period.hpp b/boost/date_time/period.hpp index 1a88209341..13011af271 100644 --- a/boost/date_time/period.hpp +++ b/boost/date_time/period.hpp @@ -17,7 +17,8 @@ */ -#include "boost/operators.hpp" +#include <boost/operators.hpp> +#include <boost/date_time/compiler_config.hpp> namespace boost { @@ -48,7 +49,7 @@ namespace date_time { */ template<class point_rep, class duration_rep> - class period : private + class BOOST_SYMBOL_VISIBLE period : private boost::less_than_comparable<period<point_rep, duration_rep> , boost::equality_comparable< period<point_rep, duration_rep> > > |