Skip to content

Commit

Permalink
Added library refence to allow python binding to cast tuples etc to p…
Browse files Browse the repository at this point in the history
…air.
  • Loading branch information
dtourolle authored and wjakob committed Apr 27, 2024
1 parent 2ee903c commit 44a847c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/python/python.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
#include <nanobind/stl/string.h>
#include <nanobind/stl/vector.h>
#include <nanobind/stl/function.h>
#include <nanobind/stl/pair.h>


#include <nanogui/python.h>
#include "py_doc.h"

Expand Down

0 comments on commit 44a847c

Please sign in to comment.