diff --git a/gtsam/inference/VariableSlots.h b/gtsam/inference/VariableSlots.h index d393b61b1..9a16ca788 100644 --- a/gtsam/inference/VariableSlots.h +++ b/gtsam/inference/VariableSlots.h @@ -55,7 +55,7 @@ class VariableSlots : public FastMap > { public: typedef FastMap > Base; - static const size_t Empty; + GTSAM_EXPORT static const size_t Empty; /// @name Standard Constructors /// @{