Skip to content

Commit 16c92e5

Browse files
authored
Merge pull request #5964 from OgreTransporter/master
Fix missing include (#5962)
2 parents 44790b4 + 61b2e8e commit 16c92e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

io/include/pcl/io/ply/ply_parser.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
#include <string>
5050
#include <tuple>
5151
#include <vector>
52+
#include <functional>
5253
#include <boost/lexical_cast.hpp> // for lexical_cast
5354
#include <boost/mpl/fold.hpp> // for fold
5455
#include <boost/mpl/inherit.hpp> // for inherit

0 commit comments

Comments
 (0)