flintlib / arb

Arb has been merged into FLINT -- use https://github.com/flintlib/flint/ instead
http://arblib.org/
GNU Lesser General Public License v2.1
456 stars 137 forks source link

lgamma_series.c: implicit declaration of acb_hypgeom_log_rising_ui_jet #380

Closed orlitzky closed 2 years ago

orlitzky commented 2 years ago

I saw this while test compiling 2.21.0:

arb-2.21.0/acb_poly/lgamma_series.c:85:13: warning: implicit declaration of function 'acb_hypgeom_log_rising_ui_jet' [-Wimplicit-function-declaration]

Pretty sure it's just missing an include.

fredrik-johansson commented 2 years ago

Fixed, thanks!