]> www.ginac.de Git - cln.git/blobdiff - tests/timesqrt.cc
Avoid shifting a 32-bit zero value by more than 31 bits.
[cln.git] / tests / timesqrt.cc
index 7596a1731b28edda1abe04b98cee1fa9334127b3..e8e8a97764ea58b44ceeda756734faafd9982706 100644 (file)
@@ -2,8 +2,8 @@
 #include <cln/io.h>
 #include <cln/integer.h>
 #include <cln/random.h>
-#include <stdlib.h>
-#include <string.h>
+#include <cstdlib>
+#include <cstring>
 #include <cln/timing.h>
 using namespace cln;