diff --git a/gtsam/base/LieVector.h b/gtsam/base/LieVector.h index 3bb0ffd39..c978500dd 100644 --- a/gtsam/base/LieVector.h +++ b/gtsam/base/LieVector.h @@ -53,7 +53,7 @@ struct LieVector : public Vector, public DerivedValue { } /** print @param name optional string naming the object */ - void print(const std::string& name="") const; + GTSAM_EXPORT void print(const std::string& name="") const; /** equality up to tolerance */ bool equals(const LieVector& expected, double tol=1e-5) const {