]> www.ginac.de Git - cln.git/blobdiff - src/float/division/cl_F_ftrunc1.cc
Cater to the fact that g++ 4.3 will use a different naming for
[cln.git] / src / float / division / cl_F_ftrunc1.cc
index ceb66669c0ef27c31d8436f8852436446adc019a..7f1e2328a5bf32337b58f33088d955629fc4a009 100644 (file)
@@ -4,16 +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"
+
+namespace cln {
 
 const cl_F ftruncate (const cl_F& x)
 GEN_F_OP1(x, ftruncate, return)
+
+}  // namespace cln