From b759c169746e7cbf3da34f57b218d10051c9b339 Mon Sep 17 00:00:00 2001 From: DWesl <22566757+DWesl@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:34:53 -0400 Subject: [PATCH] BUG: Include complex in special/ufunc.h --- scipy/special/ufunc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/scipy/special/ufunc.h b/scipy/special/ufunc.h index f879a80b9ed6..7faf9e387b7e 100644 --- a/scipy/special/ufunc.h +++ b/scipy/special/ufunc.h @@ -2,6 +2,7 @@ #include #include +#include #include #include #include