summaryrefslogtreecommitdiff
path: root/sci-libs/pcl/files/pcl-1.13.1-boost-1.84.patch
blob: ee9904b78eb9bd2a9d31bb649be02c3088fa1c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/io/src/ply/ply_parser.cpp b/io/src/ply/ply_parser.cpp
index 335c0fb1808..7e79d2d6162 100644
--- a/io/src/ply/ply_parser.cpp
+++ b/io/src/ply/ply_parser.cpp
@@ -40,6 +40,7 @@
 
 #include <pcl/io/ply/ply_parser.h>
 
+#include <algorithm> // for find_if
 #include <fstream> // for ifstream
 #include <sstream> // for istringstream