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