]> www.ginac.de Git - cln.git/blobdiff - src/float/ffloat/elem/cl_FF_to_I.cc
* include/cln/modules.h (CL_JUMP_TO): Fix AMD64 brokenness.
[cln.git] / src / float / ffloat / elem / cl_FF_to_I.cc
index 35a14a6da3e8bce5c7fbb1e8dc6f51a184b1ca3a..dccf6336d6d14890224744525ffb63a1d7cc9d28 100644 (file)
@@ -9,9 +9,11 @@
 
 // Implementation.
 
-#include "cl_integer.h"
+#include "cln/integer.h"
 #include "cl_I.h"
 
+namespace cln {
+
 const cl_I cl_FF_to_I (const cl_FF& x)
 {
 // Methode:
@@ -33,3 +35,5 @@ const cl_I cl_FF_to_I (const cl_FF& x)
         ,exp
         );
 }
+
+}  // namespace cln