Add missing header to fix gtbook.

release/4.3a0
Frank Dellaert 2023-01-28 16:39:57 -08:00
parent ffce28da5f
commit b3e87360d5
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>