From 5d6fe4d2dcd267a486bad5e14c4f4f5b4c0bb7b5 Mon Sep 17 00:00:00 2001 From: Marco Randazzo Date: Tue, 14 Jan 2025 16:36:41 +0100 Subject: [PATCH] attempt to fix linux compilation --- src/libYARP_sig/src/yarp/sig/PointCloud.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/libYARP_sig/src/yarp/sig/PointCloud.cpp b/src/libYARP_sig/src/yarp/sig/PointCloud.cpp index 322c39842b6..eaecfa3f298 100644 --- a/src/libYARP_sig/src/yarp/sig/PointCloud.cpp +++ b/src/libYARP_sig/src/yarp/sig/PointCloud.cpp @@ -305,11 +305,11 @@ void PointCloud::push_back(const T& pt) } //namespace yarp::sig -template class yarp::sig::PointCloud; -template class yarp::sig::PointCloud; -template class yarp::sig::PointCloud; -template class yarp::sig::PointCloud; -template class yarp::sig::PointCloud; -template class yarp::sig::PointCloud; -template class yarp::sig::PointCloud; -template class yarp::sig::PointCloud; +template class YARP_sig_API yarp::sig::PointCloud; +template class YARP_sig_API yarp::sig::PointCloud; +template class YARP_sig_API yarp::sig::PointCloud; +template class YARP_sig_API yarp::sig::PointCloud; +template class YARP_sig_API yarp::sig::PointCloud; +template class YARP_sig_API yarp::sig::PointCloud; +template class YARP_sig_API yarp::sig::PointCloud; +template class YARP_sig_API yarp::sig::PointCloud;