From a64c9bbb830d4934f57e32f903a1324e339b3c98 Mon Sep 17 00:00:00 2001 From: Chris Beall Date: Thu, 15 Dec 2011 20:44:32 +0000 Subject: [PATCH] add missing headers --- gtsam/inference/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gtsam/inference/Makefile.am b/gtsam/inference/Makefile.am index d1d8858f6..da84df61b 100644 --- a/gtsam/inference/Makefile.am +++ b/gtsam/inference/Makefile.am @@ -33,6 +33,7 @@ headers += JunctionTree.h JunctionTree-inl.h headers += EliminationTree.h EliminationTree-inl.h headers += BayesNet.h BayesNet-inl.h headers += BayesTree.h BayesTree-inl.h +headers += BayesTreeCliqueBase.h BayesTreeCliqueBase-inl.h headers += ISAM.h ISAM-inl.h check_PROGRAMS += tests/testInference check_PROGRAMS += tests/testFactorGraph