]> www.ginac.de Git - cln.git/blobdiff - tests/timesqrt.cc
* include/cln/floatformat.h: Do define a type here.
[cln.git] / tests / timesqrt.cc
index 34f564b8f02336d80f50dd8bb91496fb1117eb96..e8e8a97764ea58b44ceeda756734faafd9982706 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[])
 {