From af55525ef118bdc63a5895073c788e4d7de9f504 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Sat, 1 Jun 2019 19:17:35 +0000 Subject: [src/mpfr-impl.h] Include to make sure that macro definitions in this header file are always correct: some definitions depend on various macros from , such as FLT_RADIX and DBL_MANT_DIG. This fixes bug 21762 (case where "volatile" is a macro): https://gforge.inria.fr/tracker/?func=detail&atid=619&aid=21762&group_id=136 (merged changesets r13493-13494 from the trunk) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@13499 280ebfd0-de03-0410-8827-d642c229c3f4 --- src/mpfr-impl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mpfr-impl.h b/src/mpfr-impl.h index 805e3cb4a..e2a2dd0d9 100644 --- a/src/mpfr-impl.h +++ b/src/mpfr-impl.h @@ -57,6 +57,7 @@ https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., #include #include +#include /* for FLT_RADIX, etc., tested below */ /****************************************************** -- cgit v1.2.1