[Liblas-commits] hg-main-tree: fix for gadomski
liblas-commits at liblas.org
liblas-commits at liblas.org
Thu Apr 21 14:46:08 EDT 2011
details: http://hg.libpc.orghg-main-tree/rev/081987228371
changeset: 609:081987228371
user: Michael P. Gerlek <mpg at flaxen.com>
date: Thu Apr 21 11:45:58 2011 -0700
description:
fix for gadomski
diffstat:
src/drivers/oci/Schema.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r cb3c36807a97 -r 081987228371 src/drivers/oci/Schema.cpp
--- a/src/drivers/oci/Schema.cpp Thu Apr 21 09:58:49 2011 -0700
+++ b/src/drivers/oci/Schema.cpp Thu Apr 21 11:45:58 2011 -0700
@@ -42,6 +42,8 @@
#include <cstdlib>
#include <map>
+#include <string.h>
+
#ifdef LIBPC_COMPILER_MSVC
#pragma warning(disable:4996) // "strcmpi is deprecated"
#endif
More information about the Liblas-commits
mailing list