Skip to content

Commit

Permalink
missing include with recent FLINT
Browse files Browse the repository at this point in the history
As of FLINT cb7513b59d050cd2939c631533fb1f1ebae81508, the #include
directives already present are not enough to define mp_limb_t.
  • Loading branch information
mezzarobba committed Nov 30, 2024
1 parent 04475bd commit d9992fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libsrc/eclib/flinterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

//#define TRACE_FLINT_RREF

#include <gmp.h>
#include <flint/flint.h> // must include this first to set __FLINT_VERSION

#if (__FLINT_VERSION>2)
Expand Down

0 comments on commit d9992fa

Please sign in to comment.