]> www.ginac.de Git - cln.git/blobdiff - src/float/output/cl_F_bprint.cc
Fix compilation with GCC 4.4.
[cln.git] / src / float / output / cl_F_bprint.cc
index aacc49cf69a1e5d407eabc86058f03c45431c936..778895b0d0639336ffe3b2a14d53aca42b75fea4 100644 (file)
@@ -1,7 +1,7 @@
 // print_float().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/float_io.h"
@@ -13,7 +13,7 @@
 
 namespace cln {
 
-void print_float (cl_ostream stream, const cl_print_number_flags& flags, const cl_F& z)
+void print_float (std::ostream& stream, const cl_print_number_flags& flags, const cl_F& z)
 {
        print_float(stream,(const cl_print_real_flags&)flags,z);
 }