]> www.ginac.de Git - cln.git/blobdiff - tests/timegcd.cc
* src/base/cl_low.h: Add mul and div macros for x86_64.
[cln.git] / tests / timegcd.cc
index a5b98b88282d8b497bcf1469c847643aa0053dea..916e373dbe4b8163b62aa086ae7b38826c6491dd 100644 (file)
@@ -2,9 +2,10 @@
 #include <cln/io.h>
 #include <cln/integer.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[])
 {