From 0477d206951bdcb5a10f292f8a8c4748bbe641d9 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sat, 26 Oct 2024 23:39:28 -0700 Subject: [PATCH] Fix export --- gtsam/geometry/Cal3f.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/geometry/Cal3f.h b/gtsam/geometry/Cal3f.h index e30da688c..f053f3d11 100644 --- a/gtsam/geometry/Cal3f.h +++ b/gtsam/geometry/Cal3f.h @@ -58,7 +58,7 @@ class GTSAM_EXPORT Cal3f : public Cal3 { /// @{ /// Output stream operator - friend std::ostream& operator<<(std::ostream& os, const Cal3f& cal); + GTSAM_EXPORT friend std::ostream& operator<<(std::ostream& os, const Cal3f& cal); /// print with optional string void print(const std::string& s = "") const override;