]> www.ginac.de Git - cln.git/blobdiff - tests/timesqrtmodp.cc
[BUGFIX]: cl_asm_.cc: fix include paths.
[cln.git] / tests / timesqrtmodp.cc
index dab3d16c18c118d1fb94d5289a1479ea9781cba3..1628541b0f76ce391b323458de872d913e3104d9 100644 (file)
@@ -4,9 +4,12 @@
 #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;
+#include <iostream>
+using namespace std;
 
 int main (int argc, char * argv[])
 {