From 43a3bd982621d8c6b13c5d0674c618b77502ecfd Mon Sep 17 00:00:00 2001 From: Devon Ryan Date: Tue, 9 Jul 2024 09:07:15 +0200 Subject: [PATCH] Include STL so steps_of_handle works --- src/pythonmodule.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pythonmodule.cpp b/src/pythonmodule.cpp index 6a7942b8..e38b12b4 100644 --- a/src/pythonmodule.cpp +++ b/src/pythonmodule.cpp @@ -5,6 +5,7 @@ #include #include #include +#include namespace py = pybind11;