Add missing include for bindings (#7)

- Added  `<nanobind/stl/vector.h>`
This commit is contained in:
Yue Yin 2025-07-23 13:02:14 +09:00 committed by GitHub
parent 89a1f20322
commit c9aa27f381
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@
#include <nanobind/nanobind.h>
#include <nanobind/stl/string.h>
#include <nanobind/stl/vector.h>
// Include the C++ headers
#include <linux/can.h>