
Astrid Wang <wang_a@epita.fr> writes:
Index: olena/ChangeLog from Astrid Wang <astrid@lrde.epita.fr>
* oln/core/point2d.hxx: Fix member function minus(). * oln/core/abstract/dpoint.hh: Add member function norm2().
Index: olena/oln/core/abstract/dpoint.hh --- olena/oln/core/abstract/dpoint.hh Thu, 07 Aug 2003 02:08:21 +0200 david (oln/d/28_dpoint.hh 1.16 640) +++ olena/oln/core/abstract/dpoint.hh Mon, 19 Jan 2004 17:49:12 +0100 astrid (oln/d/28_dpoint.hh 1.16 640) @@ -30,6 +30,7 @@
# include <mlc/type.hh> # include <oln/core/coord.hh> +# include <ntg/real/builtin_float.hh>
#include <ntg/float.hh>
C'est mieux d'utiliser les headers publics, ils regroupent les headers utiles.
On peut peut-ĂȘtre utiliser #warning (+ #ifndef) pour guider l'utilisateur sur les bons headers ?