diff --git a/gtsam/base/FastSet.h b/gtsam/base/FastSet.h index e93f056f6..1fceebad5 100644 --- a/gtsam/base/FastSet.h +++ b/gtsam/base/FastSet.h @@ -58,6 +58,8 @@ public: using Base::Base; // Inherit the set constructors + FastSet() = default; ///< Default constructor + /** Constructor from a iterable container, passes through to base class */ template explicit FastSet(const INPUTCONTAINER& container) :