Skip to content

Commit f2bc364

Browse files
committed
Add GTSAM_EXPORT
1 parent ab73b95 commit f2bc364

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gtsam/navigation/PreintegratedRotation.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <gtsam/base/Matrix.h>
2525
#include <gtsam/base/std_optional_serialization.h>
2626
#include <gtsam/geometry/Pose3.h>
27+
#include "gtsam/dllexport.h"
2728

2829
namespace gtsam {
2930

@@ -34,7 +35,7 @@ namespace internal {
3435
* @param deltaT The time interval over which the rotation is integrated.
3536
* @param body_P_sensor Optional transform between body and IMU.
3637
*/
37-
struct IncrementalRotation {
38+
struct GTSAM_EXPORT IncrementalRotation {
3839
const Vector3& measuredOmega;
3940
const double deltaT;
4041
const std::optional<Pose3>& body_P_sensor;

0 commit comments

Comments
 (0)