From 046e7fbede82b3db936673e46a4ade9ea6060bfa Mon Sep 17 00:00:00 2001 From: Marco Randazzo Date: Tue, 14 Jan 2025 16:01:15 +0100 Subject: [PATCH] added cmath header --- src/libYARP_sig/src/yarp/sig/PointCloud.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libYARP_sig/src/yarp/sig/PointCloud.cpp b/src/libYARP_sig/src/yarp/sig/PointCloud.cpp index 0feda3838ac..322c39842b6 100644 --- a/src/libYARP_sig/src/yarp/sig/PointCloud.cpp +++ b/src/libYARP_sig/src/yarp/sig/PointCloud.cpp @@ -7,6 +7,7 @@ #include #include +#include namespace yarp::sig {