From 6cba52867117a92f796d774066e049d166ac71b0 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Mon, 12 Aug 2013 18:21:27 +0000 Subject: [PATCH] Fixed include path --- gtsam_unstable/examples/FixedLagSmootherExample.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam_unstable/examples/FixedLagSmootherExample.cpp b/gtsam_unstable/examples/FixedLagSmootherExample.cpp index 69712540c..1fcc00c73 100644 --- a/gtsam_unstable/examples/FixedLagSmootherExample.cpp +++ b/gtsam_unstable/examples/FixedLagSmootherExample.cpp @@ -45,7 +45,7 @@ #include // We will use simple integer Keys to uniquely identify each robot pose. -#include +#include // We will use Pose2 variables (x, y, theta) to represent the robot positions #include