Merge pull request #1429 from borglab/fix/wrapper-4.2

release/4.3a0
Frank Dellaert 2023-01-28 16:41:43 -08:00 committed by GitHub
commit d6e87ec084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,5 @@
* Without this they will be automatically converted to a Python object, and all
* mutations on Python side will not be reflected on C++.
*/
#include <pybind11/stl.h>