diff options
-rw-r--r-- | host/python/pyuhd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/python/pyuhd.cpp b/host/python/pyuhd.cpp index 16badbe8c..b29ca4678 100644 --- a/host/python/pyuhd.cpp +++ b/host/python/pyuhd.cpp @@ -6,6 +6,7 @@ // #include <pybind11/pybind11.h> +#include <pybind11/complex.h> #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION #include <numpy/arrayobject.h> |