From e69d0dc33af7b5196217b630f117a764dd7eb0b9 Mon Sep 17 00:00:00 2001 From: Ankur Roy Chowdhury Date: Mon, 6 Mar 2023 16:45:49 -0800 Subject: [PATCH] Fix import --- gtsam/nonlinear/FixedLagSmoother.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/nonlinear/FixedLagSmoother.h b/gtsam/nonlinear/FixedLagSmoother.h index cb657f141..ba17b474b 100644 --- a/gtsam/nonlinear/FixedLagSmoother.h +++ b/gtsam/nonlinear/FixedLagSmoother.h @@ -20,7 +20,7 @@ // \callgraph #pragma once -#include +#include #include #include #include