Conditionally include 'gtsam_unstable/dllexport.h'

release/4.3a0
Ankur Roy Chowdhury 2023-03-06 17:00:21 -08:00
parent e69d0dc33a
commit 348677a7bd
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@
// \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>