testKey.cpp needed to include Testable.h, but was not being compiled and run, will add to Makefile.am in next checkin
parent
c724f4b7cf
commit
bfb0bb0b4a
|
|
@ -18,6 +18,7 @@
|
|||
using namespace boost::assign;
|
||||
|
||||
#include <CppUnitLite/TestHarness.h>
|
||||
#include <gtsam/base/Testable.h>
|
||||
#include <gtsam/nonlinear/Key.h>
|
||||
|
||||
using namespace std;
|
||||
|
|
|
|||
Loading…
Reference in New Issue