From ece248a610b9e11e0c58581737342acb65fe8076 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Tue, 1 Aug 2017 09:48:11 +0000 Subject: [tests/mpf_compat.h] Include "mpfr-test.h" instead of "mpfr-impl.h", in order to avoid a link failure under MS Windows with DLL. See: https://sympa.inria.fr/sympa/arc/mpfr/2017-07/msg00012.html https://sympa.inria.fr/sympa/arc/mpfr/2017-07/msg00017.html git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@11606 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/mpf_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mpf_compat.h b/tests/mpf_compat.h index 86604eab6..f8e3de3ad 100644 --- a/tests/mpf_compat.h +++ b/tests/mpf_compat.h @@ -22,7 +22,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., #include -#include "mpfr-impl.h" +#include "mpfr-test.h" #ifdef MPFR #include "mpf2mpfr.h" -- cgit v1.2.1