Conditionally include 'gtsam_unstable/dllexport.h'
parent
e69d0dc33a
commit
348677a7bd
|
@ -20,6 +20,10 @@
|
||||||
// \callgraph
|
// \callgraph
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#ifdef GTSAN_BUILD_UNSTABLE
|
||||||
|
#include <gtsam_unstable/dllexport.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <gtsam/dllexport.h>
|
#include <gtsam/dllexport.h>
|
||||||
#include <gtsam/inference/Key.h>
|
#include <gtsam/inference/Key.h>
|
||||||
#include <gtsam/nonlinear/NonlinearFactorGraph.h>
|
#include <gtsam/nonlinear/NonlinearFactorGraph.h>
|
||||||
|
|
Loading…
Reference in New Issue