]> www.ginac.de Git - cln.git/blobdiff - src/real/algebraic/cl_R_sqrt.cc
Fix linking problems on some platforms caused by inline/non-inline versions
[cln.git] / src / real / algebraic / cl_R_sqrt.cc
index 0d98e4cd1d94ef9cb370b2b79ce62adedf875003..03bde6a250302abce6d35d752ece1e412c846ffa 100644 (file)
@@ -15,8 +15,7 @@
 
 namespace cln {
 
-#undef MAYBE_INLINE
-#define MAYBE_INLINE inline
+#include "cl_inline.h"
 #include "cl_RA_sqrt.cc"
 
 const cl_R sqrt (const cl_R& x)