From 32626b33910d8adeebd6cb8ec748647c3d3c4b8e Mon Sep 17 00:00:00 2001 From: Michael Kaess Date: Thu, 14 Jan 2010 03:42:34 +0000 Subject: [PATCH] bug fix (only worked on Mac) --- cpp/testNonlinearFactor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/testNonlinearFactor.cpp b/cpp/testNonlinearFactor.cpp index 93ccbac4f..837fd719a 100644 --- a/cpp/testNonlinearFactor.cpp +++ b/cpp/testNonlinearFactor.cpp @@ -13,7 +13,7 @@ #include "Matrix.h" #include "smallExample.h" -#include "Simulated2D.h" +#include "simulated2D.h" #include "GaussianFactor.h" using namespace std;