From 171886cef90815473abb3e91f6b659e14b7211ea Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Sun, 1 Jan 2012 19:27:58 +0000 Subject: [PATCH] Added missing header to Makefile.am --- gtsam/base/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gtsam/base/Makefile.am b/gtsam/base/Makefile.am index 0d4189dd7..f32de8eb3 100644 --- a/gtsam/base/Makefile.am +++ b/gtsam/base/Makefile.am @@ -33,6 +33,7 @@ check_PROGRAMS += tests/testLieVector tests/testLieScalar # Data structures headers += BTree.h DSF.h FastMap.h FastSet.h FastList.h FastVector.h +headers += boost_variant_with_workaround.h sources += DSFVector.cpp check_PROGRAMS += tests/testBTree tests/testDSF tests/testDSFVector