diff --git a/gtsam/base/VerticalBlockMatrix.h b/gtsam/base/VerticalBlockMatrix.h index f2598e67d..aaf65ac4b 100644 --- a/gtsam/base/VerticalBlockMatrix.h +++ b/gtsam/base/VerticalBlockMatrix.h @@ -38,7 +38,7 @@ namespace gtsam { * (i.e. one after the last true row index). * * @addtogroup base */ - class VerticalBlockMatrix { + class GTSAM_EXPORT VerticalBlockMatrix { public: typedef VerticalBlockMatrix This; typedef Matrix::Index Index;