testKey.cpp needed to include Testable.h, but was not being compiled and run, will add to Makefile.am in next checkin

release/4.3a0
Richard Roberts 2011-11-05 21:25:01 +00:00
parent c724f4b7cf
commit bfb0bb0b4a
1 changed files with 1 additions and 0 deletions

View File

@ -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;