]> www.ginac.de Git - cln.git/blobdiff - tests/timeprint.cc
* src/base/cl_low.h: Add mul and div macros for x86_64.
[cln.git] / tests / timeprint.cc
index 830cccd60cf50941884df7c6e1f9698a0acead61..799872df10862f634933ca553249c8addfdfe820 100644 (file)
@@ -3,11 +3,12 @@
 #include <cln/integer.h>
 #include <cln/integer_io.h>
 #include <cln/random.h>
-#include <stdlib.h>
-#include <string.h>
+#include <cstdlib>
+#include <cstring>
 #include <cln/timing.h>
 #include <cln/malloc.h>
 #include <cln/abort.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {