Skip to content

Commit c2ee396

Browse files
author
Release Manager
committed
gh-41233: Fix build with flint 3.4 mpfr_vec.h and mpfr_mat.h are gone URL: #41233 Reported by: Antonio Rojas Reviewer(s):
2 parents 426e5f3 + 9bd5304 commit c2ee396

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sage/libs/flint/flint_wrap.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,10 @@
144144
#include <flint/hypgeom.h>
145145
#include <flint/long_extras.h>
146146
#include <flint/mag.h>
147+
#if __FLINT_RELEASE < __FLINT_RELEASE_NUM(3,4,0)
147148
#include <flint/mpfr_mat.h>
148149
#include <flint/mpfr_vec.h>
150+
#endif
149151
#include <flint/mpn_extras.h>
150152
#include <flint/mpoly.h>
151153
#include <flint/nf.h>

0 commit comments

Comments
 (0)