Skip to content

Commit b3e8736

Browse files
committed
Add missing header to fix gtbook.
1 parent ffce28d commit b3e8736

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/gtsam/preamble/inference.h

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
* Without this they will be automatically converted to a Python object, and all
1111
* mutations on Python side will not be reflected on C++.
1212
*/
13+
14+
#include <pybind11/stl.h>

0 commit comments

Comments
 (0)