]> www.ginac.de Git - cln.git/blobdiff - tests/timeLFexp.cc
cmake build: moved cl_config.h.cmake to `autoconf`
[cln.git] / tests / timeLFexp.cc
index 60ac74caeaee6b8793e0ba7db65daab14bdcc2d8..63cc21b6bc0c30b9e13c7ca2d35f427d8cd5af37 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[])
 {