From 222234df4fcc93bcc47aa939a822f7a9ba81ff22 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Mon, 12 May 2025 16:05:23 -0400 Subject: [PATCH] include IncrementalFixedLagSmoother from gtsam and not gtsam_unstable --- .../nonlinear/tests/testIncrementalFixedLagSmoother.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam_unstable/nonlinear/tests/testIncrementalFixedLagSmoother.cpp b/gtsam_unstable/nonlinear/tests/testIncrementalFixedLagSmoother.cpp index 269177b5d..a31f3646f 100644 --- a/gtsam_unstable/nonlinear/tests/testIncrementalFixedLagSmoother.cpp +++ b/gtsam_unstable/nonlinear/tests/testIncrementalFixedLagSmoother.cpp @@ -30,7 +30,7 @@ #include #include #include // For writeG2o -#include +#include #include