From ebb06c983a4d5e68ebf6d51c05eac95b9fcbbaba Mon Sep 17 00:00:00 2001 From: erickshepherdNI Date: Fri, 1 Nov 2019 17:29:22 -0500 Subject: python: Included complex.h to allow pybind to convert that data type --- host/python/pyuhd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/python') 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 +#include #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION #include -- cgit v1.2.3