Skip to content

Commit

Permalink
updating bindings to include a few more nanobind headers
Browse files Browse the repository at this point in the history
fixes errors for string arguments
  • Loading branch information
fraguada committed Jan 30, 2025
1 parent fccee7f commit f343a4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/bindings/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
#if defined(NANOBIND)
#include <nanobind/nanobind.h>
#include <nanobind/stl/string.h>
#include <nanobind/stl/wstring.h>
#include <nanobind/stl/tuple.h>
#include <nanobind/operators.h>
#include <nanobind/stl/vector.h>
#include <vector>
namespace py = nanobind;
typedef nanobind::module_ rh3dmpymodule;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/nanobind
Submodule nanobind updated 104 files

0 comments on commit f343a4b

Please sign in to comment.