From: Maxime van Noppen <yabo(a)lrde.epita.fr>
To: olena-patches(a)lrde.epita.fr
Subject: milena r2770: Fix an include problem in mln/morpho
URL:
https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008/milena
ChangeLog:
2008-11-03 Maxime van Noppen <yabo(a)lrde.epita.fr>
Fix an include problem in mln/morpho.
* includes.hh: As erosion is used in dilation it must be included
* before. Same for complementation.
---
includes.hh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: branches/cleanup-2008/milena/mln/morpho/includes.hh
===================================================================
--- branches/cleanup-2008/milena/mln/morpho/includes.hh (revision 2769)
+++ branches/cleanup-2008/milena/mln/morpho/includes.hh (revision 2770)
@@ -66,11 +66,11 @@
# include <mln/win/diff.hh>
# include <mln/win/inter.hh>
-# include <mln/morpho/dilation.hh>
# include <mln/morpho/erosion.hh>
+# include <mln/morpho/complementation.hh>
+# include <mln/morpho/dilation.hh>
# include <mln/morpho/min.hh>
-# include <mln/morpho/complementation.hh>
# include <mln/morpho/minus.hh>
# include <mln/morpho/plus.hh>