]> www.ginac.de Git - cln.git/blobdiff - tests/timeLFatan.cc
cmake build: moved cl_config.h.cmake to `autoconf`
[cln.git] / tests / timeLFatan.cc
index 81e231a8d5a3807c305d37107d8dbe4f90790c69..914ba53bdbcbb1179a1915feb99bc81083504d4b 100644 (file)
@@ -3,13 +3,15 @@
 #include <cln/float.h>
 #include <cln/float_io.h>
 #include <cln/lfloat.h>
-#include "cl_LF.h"
+#include "float/lfloat/cl_LF.h"
 #include <cln/real.h>
 #include <cln/random.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[])
 {