From e4058ca559cbe64a5872cdbc1589d9084284efe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20M=C3=B6ller?= Date: Thu, 30 Jul 2026 20:10:54 +0200 Subject: [PATCH] Update include path for bspline header --- pyiganet/csrc/pybspline.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyiganet/csrc/pybspline.cxx b/pyiganet/csrc/pybspline.cxx index 2177c81..f8325a4 100644 --- a/pyiganet/csrc/pybspline.cxx +++ b/pyiganet/csrc/pybspline.cxx @@ -18,7 +18,7 @@ #include -#include +#include namespace py = pybind11;