Skip to content

Commit

Permalink
attempt to fix linux compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Jan 14, 2025
1 parent 046e7fb commit 5d6fe4d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/libYARP_sig/src/yarp/sig/PointCloud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,11 @@ void PointCloud<T>::push_back(const T& pt)

} //namespace yarp::sig

template class yarp::sig::PointCloud<yarp::sig::DataXY>;
template class yarp::sig::PointCloud<yarp::sig::DataXYZ>;
template class yarp::sig::PointCloud<yarp::sig::DataXYZI>;
template class yarp::sig::PointCloud<yarp::sig::DataNormal>;
template class yarp::sig::PointCloud<yarp::sig::DataXYZRGBA>;
template class yarp::sig::PointCloud<yarp::sig::DataXYZNormal>;
template class yarp::sig::PointCloud<yarp::sig::DataXYZNormalRGBA>;
template class yarp::sig::PointCloud<yarp::sig::DataInterestPointXYZ>;
template class YARP_sig_API yarp::sig::PointCloud<yarp::sig::DataXY>;
template class YARP_sig_API yarp::sig::PointCloud<yarp::sig::DataXYZ>;
template class YARP_sig_API yarp::sig::PointCloud<yarp::sig::DataXYZI>;
template class YARP_sig_API yarp::sig::PointCloud<yarp::sig::DataNormal>;
template class YARP_sig_API yarp::sig::PointCloud<yarp::sig::DataXYZRGBA>;
template class YARP_sig_API yarp::sig::PointCloud<yarp::sig::DataXYZNormal>;
template class YARP_sig_API yarp::sig::PointCloud<yarp::sig::DataXYZNormalRGBA>;
template class YARP_sig_API yarp::sig::PointCloud<yarp::sig::DataInterestPointXYZ>;

0 comments on commit 5d6fe4d

Please sign in to comment.