summaryrefslogtreecommitdiff
path: root/sci-mathematics/arb/files/arb-2.21.0-qa-warning-fix.patch
blob: dd5440f938dea31cd566f7582dab8d88814a897a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From d271652d3124c9e65a97df310a141c607a0b5ee5 Mon Sep 17 00:00:00 2001
From: fredrik <fredrik.johansson@gmail.com>
Date: Wed, 29 Sep 2021 19:55:34 +0200
Subject: [PATCH] add missing include

---
 acb_poly/lgamma_series.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acb_poly/lgamma_series.c b/acb_poly/lgamma_series.c
index 504b0cb4..d50ffb9f 100644
--- a/acb_poly/lgamma_series.c
+++ b/acb_poly/lgamma_series.c
@@ -10,6 +10,7 @@
 */
 
 #include "acb_poly.h"
+#include "acb_hypgeom.h"
 
 void
 _acb_log_rising_correct_branch(acb_t t,