]> www.ginac.de Git - cln.git/blobdiff - examples/atan_recip.cc
Fix for an error message when cross-compiling:
[cln.git] / examples / atan_recip.cc
index 188e7e73af73d4ab43d1d02cb26b7177d6390bf9..1540bd5761fbe6aa9d6ce73705f60e9969c4e306 100644 (file)
@@ -7,12 +7,12 @@
 #include "cl_LF.h"
 #include "cl_LF_tran.h"
 #include "cl_alloca.h"
-#include <stdlib.h>
-#include <string.h>
+#include <cstdlib>
+#include <cstring>
 #include "cln/timing.h"
 
 #undef floor
-#include <math.h>
+#include <cmath>
 #define floor cln_floor
 
 using namespace cln;