Skip to content

Commit

Permalink
Adding header for std::size_t where required
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaltyagi committed Oct 21, 2019
1 parent abe501a commit 1218286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions io/include/pcl/io/low_level_io.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ using ssize_t = SSIZE_T;
# include <sys/fcntl.h>
# include <cerrno>
#endif
#include <cstddef>

namespace pcl
{
Expand Down

1 comment on commit 1218286

@PlumKing
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are so good!

Please sign in to comment.