You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/pcl-3-fix-hashmap.patch

15 lines
382 B

This file is part of MXE.
See index.html for further information.
--- a/surface/include/pcl/surface/poisson/hash.h 2012-12-06 09:09:17.962812894 +0100
+++ b/surface/include/pcl/surface/poisson/hash.h 2012-12-06 09:09:29.630812193 +0100
@@ -43,7 +43,7 @@
#define PCL_POISSON_HASH_H_
-#ifdef WIN32
+#ifdef _MSC_VER
#include <hash_map>
using namespace stdext;
#else // !WIN32