]> www.ginac.de Git - cln.git/blobdiff - tests/timeRAtoLF.cc
INSTALL.CMake: proper installation command
[cln.git] / tests / timeRAtoLF.cc
index 71f7deb860c7cd4ba6f17a4bb0853e8cf1cc6555..92486c199e7ae4a7fa228d36fa93a1f29481ab68 100644 (file)
@@ -5,9 +5,12 @@
 #include <cln/rational.h>
 #include <cln/float_io.h>
 #include <cln/random.h>
-#include <stdlib.h>
-#include <string.h>
+#include <cstdlib>
+#include <cstring>
 #include <cln/timing.h>
+#include <iostream>
+using namespace cln;
+using namespace std;
 
 int main (int argc, char * argv[])
 {