forked from Lainports/freebsd-ports
PDAL is a BSD licensed library for translating and manipulating point cloud data of various formats. It is a library that is analogous to the GDAL raster library. PDAL is focussed on reading, writing, and translating point cloud data from the ever-growing constellation of data formats that are being developed for working with multi-dimensional emitted-pulse scanning systems. While PDAL is not explicitly limited to working with LiDAR data formats, its initial rollout is focused in that area. WWW: http://www.pdal.io/ PR: 192329 Submitted by: coder@tuxfamily.org (maintainer)
10 lines
315 B
C++
10 lines
315 B
C++
--- src/Utils.cpp.orig 2014-07-27 19:02:59.456832475 +0200
|
|
+++ src/Utils.cpp 2014-07-27 19:03:23.513363445 +0200
|
|
@@ -37,6 +37,7 @@
|
|
#include <cassert>
|
|
#include <cstdlib>
|
|
#include <cctype>
|
|
+#include <sys/wait.h>
|
|
|
|
#ifdef PDAL_COMPILER_MSVC
|
|
# pragma warning(disable: 4127) // conditional expression is constant
|