X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;ds=inline;f=src%2Freal%2Felem%2Fcl_R_plus1.cc;h=86ed49f60b2151063c21d8f3b50712f0aa7316ae;hb=c486b78a1a0613f07a10816d6f6ca9e485bc8290;hp=208b88ac34ea4c4f5db28c5cdd5bc7c90c6c7a4e;hpb=dd9e0f894eec7e2a8cf85078330ddc0a6639090b;p=cln.git diff --git a/src/real/elem/cl_R_plus1.cc b/src/real/elem/cl_R_plus1.cc index 208b88a..86ed49f 100644 --- a/src/real/elem/cl_R_plus1.cc +++ b/src/real/elem/cl_R_plus1.cc @@ -4,14 +4,18 @@ #include "cl_sysdep.h" // Specification. -#include "cl_real.h" +#include "cln/real.h" // Implementation. #include "cl_R.h" -#include "cl_rational.h" -#include "cl_float.h" +#include "cln/rational.h" +#include "cln/float.h" + +namespace cln { const cl_R plus1 (const cl_R& x) GEN_R_OP1_2(x, plus1, return) + +} // namespace cln