diff --git a/include/mapnik/box2d.hpp b/include/mapnik/box2d.hpp index 040989b0b..edb4a85c2 100644 --- a/include/mapnik/box2d.hpp +++ b/include/mapnik/box2d.hpp @@ -38,11 +38,12 @@ namespace mapnik { /*! * A spatial envelope (i.e. bounding box) which also defines some basic operators. */ -template class MAPNIK_DECL box2d -: boost::addable, - boost::subtractable, - boost::dividable2, T, - boost::multipliable2, T > > > > +template class MAPNIK_DECL box2d +: boost::equality_comparable , + boost::addable, + boost::subtractable, + boost::dividable2, T, + boost::multipliable2, T > > > > > { public: typedef box2d box2d_type;