Skip to content

Commit 8312bad

Browse files
committed
Add <pybind11/stl.h> include
1 parent cabdcc5 commit 8312bad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/Sofa/src/SofaPython3/Sofa/Core/Binding_BaseObject.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
#include <sofa/core/objectmodel/ConfigurationSetting.h>
5454
#include <sofa/core/ExecParams.h>
5555
#include <sofa/core/CategoryLibrary.h>
56+
#include <pybind11/stl.h>
5657

5758
/// Makes an alias for the pybind11 namespace to increase readability.
5859
namespace py { using namespace pybind11; }

0 commit comments

Comments
 (0)