diff options
Diffstat (limited to 'host/python')
-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 ca06f2d97..7022a5287 100644 --- a/host/python/pyuhd.cpp +++ b/host/python/pyuhd.cpp @@ -7,6 +7,7 @@ #include <pybind11/complex.h> #include <pybind11/pybind11.h> +#include <pybind11/stl.h> #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION #include <numpy/arrayobject.h> |