]> www.ginac.de Git - cln.git/blobdiff - tests/timesqrtmodp.cc
* src/base/cl_low.h: Add mul and div macros for x86_64.
[cln.git] / tests / timesqrtmodp.cc
index dab3d16c18c118d1fb94d5289a1479ea9781cba3..c30b7bbf7687657f2c564aa0eec72448cc87a6d1 100644 (file)
@@ -4,9 +4,10 @@
 #include <cln/integer_io.h>
 #include <cln/modinteger.h>
 #include <cln/numtheory.h>
-#include <stdlib.h>
-#include <string.h>
+#include <cstdlib>
+#include <cstring>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {