]> www.ginac.de Git - cln.git/blobdiff - tests/timeLFsqrt.cc
Fix bug in converting cl_LF to float, double.
[cln.git] / tests / timeLFsqrt.cc
index f527635a5714ccd59bfb137a2ae98ab78fa40a8c..c57f172db8a43aaee6fdb83edbddd2c258d5e18b 100644 (file)
@@ -3,12 +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>
+#include <iostream>
+using namespace cln;
+using namespace std;
 
 int main (int argc, char * argv[])
 {