diff --git a/gtsam/base/FastList.h b/gtsam/base/FastList.h index d7c2dd6f4..2b0b9945b 100644 --- a/gtsam/base/FastList.h +++ b/gtsam/base/FastList.h @@ -24,6 +24,9 @@ #ifdef GTSAM_ENABLE_BOOST_SERIALIZATION #include #include +#if BOOST_VERSION >= 107400 +#include +#endif #include #endif