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