48a49,50
> #include "python/pybind11/core.hh"
>
165a168,171
> // We need to make vectors of AddrRange opaque to avoid a weird
> // memory allocation issues in PyBind's STL wrappers.
> py::bind_vector<std::vector<AddrRange>>(m, "AddrRangeVector");
>