2006-10-25 Thierry GERAUD <theo(a)tegucigalpa.lrde.epita.fr>
Tiny fix just before pastis.
* oln/basics1d.hh (include): Add missing headers.
* oln/basics2d.hh: Likewise.
* oln/basics3d.hh: Likewise.
Index: oln/basics1d.hh
===================================================================
--- oln/basics1d.hh (revision 680)
+++ oln/basics1d.hh (working copy)
@@ -32,6 +32,10 @@
# define OLN_ENV_1D
+# include <oln/core/typedefs.hh>
+# include <oln/core/case.hh>
+# include <oln/core/traits.hh>
+# include <oln/value/proxy.hh>
# include <oln/core/1d/aliases.hh>
Index: oln/basics2d.hh
===================================================================
--- oln/basics2d.hh (revision 680)
+++ oln/basics2d.hh (working copy)
@@ -32,6 +32,10 @@
# define OLN_ENV_2D
+# include <oln/core/typedefs.hh>
+# include <oln/core/case.hh>
+# include <oln/core/traits.hh>
+# include <oln/value/proxy.hh>
# include <oln/core/2d/aliases.hh>
Index: oln/basics3d.hh
===================================================================
--- oln/basics3d.hh (revision 680)
+++ oln/basics3d.hh (working copy)
@@ -32,6 +32,10 @@
# define OLN_ENV_3D
+# include <oln/core/typedefs.hh>
+# include <oln/core/case.hh>
+# include <oln/core/traits.hh>
+# include <oln/value/proxy.hh>
# include <oln/core/3d/aliases.hh>