From dd697a838d5ca8c4c2648b76da3b62892b04e99d Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Thu, 14 Jan 2010 06:20:34 +0000 Subject: [PATCH] added TupleConfig.h as header --- cpp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/Makefile.am b/cpp/Makefile.am index d2013f47e..d69115d15 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -200,7 +200,7 @@ testSimulated3D_LDADD = libgtsam.la check_PROGRAMS += testSimulated3D # Pose SLAM headers -headers += BetweenFactor.h LieConfig.h LieConfig-inl.h +headers += BetweenFactor.h LieConfig.h LieConfig-inl.h TupleConfig.h # 2D Pose constraints headers += Pose2Factor.h Pose2Prior.h