]> www.ginac.de Git - cln.git/blobdiff - src/real/division/cl_R_fceil12.cc
Fix compilation on CYGWIN:
[cln.git] / src / real / division / cl_R_fceil12.cc
index 43beb64996c23ad04cb36dc7749921e1b13eb4a7..5eede45f5e70500d75f6b7bbb30e3e2a1fd2b59b 100644 (file)
@@ -4,13 +4,15 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_real.h"
+#include "cln/real.h"
 
 
 // Implementation.
 
 #include "cl_R.h"
 
+namespace cln {
+
 const cl_F fceiling (const cl_R& x, const cl_R& y)
 {
 // Methode:
@@ -25,3 +27,5 @@ const cl_F fceiling (const cl_R& x, const cl_R& y)
                }
        return fceiling(x/y);
 }
+
+}  // namespace cln