]> www.ginac.de Git - cln.git/blobdiff - src/float/division/cl_F_ffloor2.cc
Cater to the fact that g++ 4.3 will use a different naming for
[cln.git] / src / float / division / cl_F_ffloor2.cc
index 84b9b5f9c2a29205ab641b95ae4364ea74b39045..a2a5174a0ca9450d489b20482beccbd456ccb404 100644 (file)
@@ -4,18 +4,20 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_float.h"
+#include "cln/float.h"
 
 
 // Implementation.
 
 #include "cl_F.h"
-#include "cl_sfloat.h"
-#include "cl_ffloat.h"
-#include "cl_dfloat.h"
-#include "cl_lfloat.h"
+#include "cln/sfloat.h"
+#include "cln/ffloat.h"
+#include "cln/dfloat.h"
+#include "cln/lfloat.h"
 #include "cl_LF.h"
 
+namespace cln {
+
 const cl_F_fdiv_t ffloor2 (const cl_F& x)
 {
 #if 0 // 3 type dispatches
@@ -30,3 +32,5 @@ const cl_F_fdiv_t ffloor2 (const cl_F& x)
        );
 #endif
 }
+
+}  // namespace cln