* theo/esiee/laurent/ismm09/cplx2d.hh: Add header guards.
Include mln/value/int_u8.hh.
---
milena/sandbox/ChangeLog | 7 +++++++
milena/sandbox/theo/esiee/laurent/ismm09/cplx2d.hh | 6 ++++++
2 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/milena/sandbox/ChangeLog b/milena/sandbox/ChangeLog
index 97df48f..154f2d3 100644
--- a/milena/sandbox/ChangeLog
+++ b/milena/sandbox/ChangeLog
@@ -1,3 +1,10 @@
+2009-09-18 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Improve theo/esiee/laurent/ismm09/cplx2d.hh.
+
+ * theo/esiee/laurent/ismm09/cplx2d.hh: Add header guards.
+ Include mln/value/int_u8.hh.
+
2009-09-17 Fabien Freling <fabien.freling(a)lrde.epita.fr>
Fix index value bug.
diff --git a/milena/sandbox/theo/esiee/laurent/ismm09/cplx2d.hh
b/milena/sandbox/theo/esiee/laurent/ismm09/cplx2d.hh
index 482f3de..0d9a3ce 100644
--- a/milena/sandbox/theo/esiee/laurent/ismm09/cplx2d.hh
+++ b/milena/sandbox/theo/esiee/laurent/ismm09/cplx2d.hh
@@ -1,8 +1,12 @@
+#ifndef CPLX2D_HH
+# define CPLX2D_HH
#include <mln/core/image/image2d.hh>
#include <mln/core/alias/neighb2d.hh>
#include <mln/make/double_neighb2d.hh>
+#include <mln/value/int_u8.hh>
+
#include <mln/pw/all.hh>
#include <mln/core/image/dmorph/image_if.hh>
#include <mln/core/routine/extend.hh>
@@ -148,3 +152,5 @@ namespace mln
} // end of namespace mln::cplx2d
} // end of namespace mln
+
+#endif // ! CPLX2D_HH
--
1.6.4.2
Show replies by date