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;