]> www.ginac.de Git - cln.git/blobdiff - src/real/division/cl_R_floor12.cc
Fix compilation on CYGWIN:
[cln.git] / src / real / division / cl_R_floor12.cc
index 1441e9b62d59db671e74ba4eed156ddc83d95ba5..6f16994ed4b930768c4c605235252260a0b01463 100644 (file)
@@ -4,13 +4,15 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_real.h"
+#include "cln/real.h"
 
 
 // Implementation.
 
 #include "cl_R.h"
-#include "cl_rational.h"
+#include "cln/rational.h"
+
+namespace cln {
 
 const cl_I floor1 (const cl_R& x, const cl_R& y)
 {
@@ -25,3 +27,5 @@ const cl_I floor1 (const cl_R& x, const cl_R& y)
                }
        return floor1(x/y);
 }
+
+}  // namespace cln