
* mln/world/inter_pixel/compute.hh: Include mln/core/image/dmorph/image_if.hh and mln/trait/ch_value.hh. --- milena/ChangeLog | 7 +++++++ milena/mln/world/inter_pixel/compute.hh | 4 ++++ 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 58b58ff..eb1d50a 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,3 +1,10 @@ +2009-09-23 Roland Levillain <roland@lrde.epita.fr> + + Include headers missing from mln/world/inter_pixel/compute.hh. + + * mln/world/inter_pixel/compute.hh: Include + mln/core/image/dmorph/image_if.hh and mln/trait/ch_value.hh. + 2009-09-24 Roland Levillain <roland@lrde.epita.fr> Improve the integration of the topological watershed transform. diff --git a/milena/mln/world/inter_pixel/compute.hh b/milena/mln/world/inter_pixel/compute.hh index 35a94e2..0d7ad12 100644 --- a/milena/mln/world/inter_pixel/compute.hh +++ b/milena/mln/world/inter_pixel/compute.hh @@ -32,6 +32,10 @@ # include <mln/core/concept/image.hh> # include <mln/core/concept/function.hh> + +# include <mln/core/image/dmorph/image_if.hh> +# include <mln/trait/ch_value.hh> + # include <mln/world/inter_pixel/is_separator.hh> # include <mln/world/inter_pixel/separator_to_pixels.hh> -- 1.6.4.4