]> www.ginac.de Git - cln.git/blobdiff - src/base/digitseq/cl_DS_recipsqrt.cc
Avoid g++-3.1 offsetof warnings.
[cln.git] / src / base / digitseq / cl_DS_recipsqrt.cc
index ba5d4cab9d1a73f628eed3c5dec2723ebc59c4bf..3554cc35bd4a84896e245d1b73db0a216cffa780 100644 (file)
@@ -10,7 +10,9 @@
 // Implementation.
 
 #include "cl_low.h"
-#include "cl_abort.h"
+#include "cln/abort.h"
+
+namespace cln {
 
 // Compute the reciprocal square root of a digit sequence.
 // Input: UDS a_MSDptr/a_len/.. of length a_len,
 }
 // Bit complexity (N := b_len): O(M(N)).
 
+}  // namespace cln