Add missing include for bindings (#7)
- Added `<nanobind/stl/vector.h>`
This commit is contained in:
parent
89a1f20322
commit
c9aa27f381
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
#include <nanobind/nanobind.h>
|
#include <nanobind/nanobind.h>
|
||||||
#include <nanobind/stl/string.h>
|
#include <nanobind/stl/string.h>
|
||||||
|
#include <nanobind/stl/vector.h>
|
||||||
|
|
||||||
// Include the C++ headers
|
// Include the C++ headers
|
||||||
#include <linux/can.h>
|
#include <linux/can.h>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user