Skip to content

Commit

Permalink
Merge pull request #582 from dpryan79/stl
Browse files Browse the repository at this point in the history
Include STL so steps_of_handle works
  • Loading branch information
AndreaGuarracino authored Jul 9, 2024
2 parents 6aef622 + 43a3bd9 commit f46b012
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 f46b012

Please sign in to comment.