seperately include 'gtsam_unstable/dllexport.h' inside IncrementalFixedLagSmoother.h

release/4.3a0
Ankur Roy Chowdhury 2023-03-07 11:14:40 -08:00
parent 348677a7bd
commit 910e71a878
2 changed files with 1 additions and 4 deletions

View File

@ -20,10 +20,6 @@
// \callgraph
#pragma once
#ifdef GTSAN_BUILD_UNSTABLE
#include <gtsam_unstable/dllexport.h>
#endif
#include <gtsam/dllexport.h>
#include <gtsam/inference/Key.h>
#include <gtsam/nonlinear/NonlinearFactorGraph.h>

View File

@ -22,6 +22,7 @@
#include <gtsam/nonlinear/FixedLagSmoother.h>
#include <gtsam/nonlinear/ISAM2.h>
#include "<gtsam_unstable/dllexport.h>"
namespace gtsam {