Skip to content

Commit

Permalink
Include STL so steps_of_handle works
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Ryan committed Jul 9, 2024
1 parent 6aef622 commit 43a3bd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pythonmodule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <pybind11/pybind11.h>
#include <pybind11/functional.h>
#include <pybind11/iostream.h>
#include <pybind11/stl.h>

namespace py = pybind11;

Expand Down

0 comments on commit 43a3bd9

Please sign in to comment.