diff --git a/gtsam/base/utilities.h b/gtsam/base/utilities.h index 22e90d275..0a05a704c 100644 --- a/gtsam/base/utilities.h +++ b/gtsam/base/utilities.h @@ -31,6 +31,7 @@ private: // boost::index_sequence was introduced in 1.66, so we'll manually define an // implementation if user has 1.65. boost::index_sequence is used to get array // indices that align with a parameter pack. +#include #if BOOST_VERSION >= 106600 #include #else