From a59b358e95181076976246175e85c715bf4eabc0 Mon Sep 17 00:00:00 2001 From: p-zach Date: Sun, 6 Apr 2025 15:32:59 -0400 Subject: [PATCH] Fix ifls dependency --- gtsam/nonlinear/IncrementalFixedLagSmoother.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/nonlinear/IncrementalFixedLagSmoother.h b/gtsam/nonlinear/IncrementalFixedLagSmoother.h index ca70c3b58..1e4263d4b 100644 --- a/gtsam/nonlinear/IncrementalFixedLagSmoother.h +++ b/gtsam/nonlinear/IncrementalFixedLagSmoother.h @@ -22,7 +22,7 @@ #include #include -#include "gtsam_unstable/dllexport.h" +#include "gtsam/dllexport.h" namespace gtsam {