[Liblas-commits] hg-main-tree: apply nicolas' patch for gcc 4.6

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Aug 11 09:52:04 EDT 2011


details:   http://hg.libpc.orghg-main-tree/rev/e9a4b3aaf365
changeset: 1032:e9a4b3aaf365
user:      Howard Butler <hobu.inc at gmail.com>
date:      Thu Aug 11 08:52:06 2011 -0500
description:
apply nicolas' patch for gcc 4.6

diffstat:

 include/pdal/Utils.hpp |  2 ++
 src/Color.cpp          |  1 +
 src/MetadataRecord.cpp |  1 +
 3 files changed, 4 insertions(+), 0 deletions(-)

diffs (34 lines):

diff -r da606ab19938 -r e9a4b3aaf365 include/pdal/Utils.hpp
--- a/include/pdal/Utils.hpp	Mon Aug 08 14:12:33 2011 -0500
+++ b/include/pdal/Utils.hpp	Thu Aug 11 08:52:06 2011 -0500
@@ -43,6 +43,8 @@
 #include <cmath>
 #include <ostream>
 #include <istream>
+#include <limits>
+#include <cstring>
 
 namespace pdal
 {
diff -r da606ab19938 -r e9a4b3aaf365 src/Color.cpp
--- a/src/Color.cpp	Mon Aug 08 14:12:33 2011 -0500
+++ b/src/Color.cpp	Thu Aug 11 08:52:06 2011 -0500
@@ -40,6 +40,7 @@
  ****************************************************************************/
 
 #include <pdal/Color.hpp>
+#include <limits>
 
 namespace pdal
 {
diff -r da606ab19938 -r e9a4b3aaf365 src/MetadataRecord.cpp
--- a/src/MetadataRecord.cpp	Mon Aug 08 14:12:33 2011 -0500
+++ b/src/MetadataRecord.cpp	Thu Aug 11 08:52:06 2011 -0500
@@ -35,6 +35,7 @@
 #include <pdal/MetadataRecord.hpp>
 
 #include <sstream>
+#include <cstring>
 
 namespace pdal
 {


More information about the Liblas-commits mailing list