add pybind11/operators.h to interface template

release/4.3a0
Varun Agrawal 2021-05-04 12:17:36 -04:00
parent c398a62943
commit 26a8b602a5
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <pybind11/eigen.h>
#include <pybind11/stl_bind.h>
#include <pybind11/pybind11.h>
#include <pybind11/operators.h>
#include <pybind11/functional.h>
#include <pybind11/iostream.h>
#include "gtsam/config.h"