From a2160b7ba0f2ee1d8f8ac48d9e8e4de71d6183c0 Mon Sep 17 00:00:00 2001 From: Fabio Durastante Date: Mon, 21 Jul 2025 15:58:22 +0200 Subject: [PATCH] Fixed import of complex.h for compatibility with C++ --- cbind/base/psb_c_base.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cbind/base/psb_c_base.h b/cbind/base/psb_c_base.h index 027caa3a..708a0e0f 100644 --- a/cbind/base/psb_c_base.h +++ b/cbind/base/psb_c_base.h @@ -6,7 +6,11 @@ extern "C" { #endif #include +#ifdef __cplusplus +#include +#else #include +#endif #include #include #include