From bfb0bb0b4a7b3d3c5f95033d1974df3c54f30ede Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Sat, 5 Nov 2011 21:25:01 +0000 Subject: [PATCH] testKey.cpp needed to include Testable.h, but was not being compiled and run, will add to Makefile.am in next checkin --- gtsam/nonlinear/tests/testKey.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gtsam/nonlinear/tests/testKey.cpp b/gtsam/nonlinear/tests/testKey.cpp index 0c56567e8..e05e5d8b5 100644 --- a/gtsam/nonlinear/tests/testKey.cpp +++ b/gtsam/nonlinear/tests/testKey.cpp @@ -18,6 +18,7 @@ using namespace boost::assign; #include +#include #include using namespace std;