bugfix: compiler nit

This commit is contained in:
Roland Conybeare 2025-05-02 19:21:17 -05:00
commit b361811b97

View file

@ -16,7 +16,7 @@
namespace xo {
using xo::time::utc_nanos;
using xo::ref::unowned_ptr;
using xo::ref::rp;
using xo::rp;
namespace py = pybind11;
namespace reflect {