blob: 245b944f342e0a5b2fd51c66cc8496944faa7f3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
|