From 03ed8e249b848c3afd4c07d8eb6a97e5469a0a76 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Fri, 12 Jul 2013 22:27:32 +0000 Subject: [PATCH] Missing export --- gtsam/base/VerticalBlockMatrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;