summaryrefslogtreecommitdiffstats
path: root/libtommath
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-09 07:17:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-09 07:17:45 (GMT)
commit5b7381172b50e4031c4e3076a4a60974d2a865a4 (patch)
tree2d2175176c9f77d8502f971e73f37360d49f922b /libtommath
parent4d31e6c26e70b6b455dade77e8e2bef648254d97 (diff)
parent0d6faa1ccd7d63990e058383d624757117d33b49 (diff)
downloadtcl-5b7381172b50e4031c4e3076a4a60974d2a865a4.zip
tcl-5b7381172b50e4031c4e3076a4a60974d2a865a4.tar.gz
tcl-5b7381172b50e4031c4e3076a4a60974d2a865a4.tar.bz2
Merge 8.6
Diffstat (limited to 'libtommath')
-rw-r--r--libtommath/bn_mp_sqrt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libtommath/bn_mp_sqrt.c b/libtommath/bn_mp_sqrt.c
index 4481d3a..dcf28fd 100644
--- a/libtommath/bn_mp_sqrt.c
+++ b/libtommath/bn_mp_sqrt.c
@@ -4,6 +4,7 @@
/* SPDX-License-Identifier: Unlicense */
#ifndef NO_FLOATING_POINT
+#include <float.h>
#include <math.h>
#if (MP_DIGIT_BIT != 28) || (FLT_RADIX != 2) || (DBL_MANT_DIG != 53) || (DBL_MAX_EXP != 1024)
#define NO_FLOATING_POINT