From f06d1a2e301e282d2aca32433d07534319e08fd4 Mon Sep 17 00:00:00 2001 From: Manohar Paluri Date: Wed, 7 Apr 2010 17:21:40 +0000 Subject: [PATCH] changed case for include key.h --- cpp/testDSF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/testDSF.cpp b/cpp/testDSF.cpp index fd0551394..10965f32d 100644 --- a/cpp/testDSF.cpp +++ b/cpp/testDSF.cpp @@ -13,7 +13,7 @@ using namespace boost::assign; #include #include "DSF.h" -#include "key.h" +#include "Key.h" using namespace std; using namespace gtsam;