From 65ca33b218fb2dfe6456ca480eafdb13133917cc Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Sun, 29 Mar 2015 01:11:18 +0100 Subject: [PATCH] pcl: build fix --- src/pcl-1.patch | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/pcl-1.patch diff --git a/src/pcl-1.patch b/src/pcl-1.patch new file mode 100644 index 00000000..c33bfe38 --- /dev/null +++ b/src/pcl-1.patch @@ -0,0 +1,40 @@ +This file is part of MXE. +See index.html for further information. + +From 85e9dfc67e95d8494372a8e23bca3c217b7b0599 Mon Sep 17 00:00:00 2001 +From: Mark Brand +Date: Sun, 29 Mar 2015 00:44:55 +0100 +Subject: [PATCH] add missing includes + + +diff --git a/io/include/pcl/io/hdl_grabber.h b/io/include/pcl/io/hdl_grabber.h +index d86eda2..374ad2f 100644 +--- a/io/include/pcl/io/hdl_grabber.h ++++ b/io/include/pcl/io/hdl_grabber.h +@@ -44,6 +44,9 @@ + #include + #include + #include ++#ifdef WIN32 ++#include ++#endif + #include + #include + +diff --git a/io/include/pcl/io/robot_eye_grabber.h b/io/include/pcl/io/robot_eye_grabber.h +index 6045bfd..8593326 100644 +--- a/io/include/pcl/io/robot_eye_grabber.h ++++ b/io/include/pcl/io/robot_eye_grabber.h +@@ -44,6 +44,9 @@ + #include + #include + #include ++#ifdef WIN32 ++#include ++#endif + #include + #include + +-- +2.1.0 +