Skip to content

Commit d2199ca

Browse files
committed
Add missing cstring include in pcl/common/impl/copy_point.hpp
Add missing `cstring` include in `common/include/pcl/common/impl/copy_point.hpp` Signed-off-by: Ramir Sultanov <sumir0@proton.me>
1 parent 70240a7 commit d2199ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

common/include/pcl/common/impl/copy_point.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
#include <pcl/common/concatenate.h>
4444
#include <pcl/common/copy_point.h>
4545

46+
#include <cstring> // for memcpy
4647

4748
namespace pcl
4849
{

0 commit comments

Comments
 (0)