---
milena/ChangeLog | 4 ++++
milena/mln/core/faces_psite.hh | 2 ++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index b79e5d1..f00feeb 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-29 Roland Levillain <roland(a)lrde.epita.fr>
+
+ * mln/core/faces_psite.hh: Include csdtlib for abort().
+
2008-09-29 Nicolas Ballas <ballas(a)lrde.epita.fr>
Update documentation about the image value properties.
diff --git a/milena/mln/core/faces_psite.hh b/milena/mln/core/faces_psite.hh
index 0e4d635..d4c6913 100644
--- a/milena/mln/core/faces_psite.hh
+++ b/milena/mln/core/faces_psite.hh
@@ -32,6 +32,8 @@
/// \brief Definition of a point site based on the n-faces of a
/// complex.
+# include <cstdlib>
+
# include <mln/core/internal/pseudo_site_base.hh>
# include <mln/topo/complex.hh>
--
1.5.6.5