https://svn.lrde.epita.fr/svn/oln/trunk/olena Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Fix sanity tests. * oln/core/spe/row.hh, oln/core/spe/col.hh, oln/core/spe/slice.hh (oln/core/abstract/point_set/point_set_having_bbox.hh) (oln/core/abstract/image/bbox/hierarchy.hh): Include them. col.hh | 2 ++ row.hh | 2 ++ slice.hh | 2 ++ 3 files changed, 6 insertions(+) Index: oln/core/spe/row.hh --- oln/core/spe/row.hh (revision 628) +++ oln/core/spe/row.hh (working copy) @@ -32,7 +32,9 @@ # include <oln/core/abstract/point.hh> # include <oln/core/abstract/dpoint.hh> # include <oln/core/abstract/point_set.hh> +# include <oln/core/abstract/point_set/point_set_having_bbox.hh> # include <oln/core/abstract/image.hh> +# include <oln/core/abstract/image/bbox/hierarchy.hh> # include <oln/core/abstract/iterator_on_points.hh> Index: oln/core/spe/col.hh --- oln/core/spe/col.hh (revision 628) +++ oln/core/spe/col.hh (working copy) @@ -32,7 +32,9 @@ # include <oln/core/abstract/point.hh> # include <oln/core/abstract/dpoint.hh> # include <oln/core/abstract/point_set.hh> +# include <oln/core/abstract/point_set/point_set_having_bbox.hh> # include <oln/core/abstract/image.hh> +# include <oln/core/abstract/image/bbox/hierarchy.hh> # include <oln/core/abstract/iterator_on_points.hh> Index: oln/core/spe/slice.hh --- oln/core/spe/slice.hh (revision 628) +++ oln/core/spe/slice.hh (working copy) @@ -32,7 +32,9 @@ # include <oln/core/abstract/point.hh> # include <oln/core/abstract/dpoint.hh> # include <oln/core/abstract/point_set.hh> +# include <oln/core/abstract/point_set/point_set_having_bbox.hh> # include <oln/core/abstract/image.hh> +# include <oln/core/abstract/image/bbox/hierarchy.hh> # include <oln/core/abstract/iterator_on_points.hh>