]> www.ginac.de Git - cln.git/blobdiff - tests/timediv.cc
* src/base/cl_low.h: Add mul and div macros for x86_64.
[cln.git] / tests / timediv.cc
index dacf292231d7d9119015512217ec97c96896d431..1e35f7bc4938394bd1cab52187ea028ee8a4d887 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[])
 {