From ae22dc1b6f53cffbe4b91409c45d64a7122da1b6 Mon Sep 17 00:00:00 2001 From: Ankur Roy Chowdhury Date: Tue, 7 Mar 2023 11:31:58 -0800 Subject: [PATCH] Use quotes to include 'gtsam_instable/dllexport.h' --- gtsam_unstable/nonlinear/IncrementalFixedLagSmoother.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam_unstable/nonlinear/IncrementalFixedLagSmoother.h b/gtsam_unstable/nonlinear/IncrementalFixedLagSmoother.h index 8a14d60c2..20747324a 100644 --- a/gtsam_unstable/nonlinear/IncrementalFixedLagSmoother.h +++ b/gtsam_unstable/nonlinear/IncrementalFixedLagSmoother.h @@ -22,7 +22,7 @@ #include #include -#include "" +#include "gtsam_unstable/dllexport.h" namespace gtsam {