]> www.ginac.de Git - cln.git/blobdiff - tests/timeLFatanh.cc
* src/base/cl_low.h: Add mul and div macros for x86_64.
[cln.git] / tests / timeLFatanh.cc
index e56ce7b5baaec17d8300faed025853ae92612c0e..1d46238918696303b883b6779402acc642d6b79c 100644 (file)
@@ -7,9 +7,10 @@
 #include <cln/complex_io.h>
 #include <cln/real.h>
 #include <cln/random.h>
-#include <stdlib.h>
-#include <string.h>
+#include <cstdlib>
+#include <cstring>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {