diff --git a/Packages/Kernel_d/include/CGAL/Kernel_d/HyperplaneCd.h b/Packages/Kernel_d/include/CGAL/Kernel_d/HyperplaneCd.h index 1c00a45f12b..9c4730396e6 100644 --- a/Packages/Kernel_d/include/CGAL/Kernel_d/HyperplaneCd.h +++ b/Packages/Kernel_d/include/CGAL/Kernel_d/HyperplaneCd.h @@ -139,7 +139,7 @@ HyperplaneCd(const PointCd* first, const PointCd* last, : Base( Tuple(o.dimension()+1) ) { construct_from_points(first,last,o,side); } -#if defined( _MSC_VER_) && ! defined(__INTEL_COMPILER) +#if defined(_MSC_VER_) && ! defined(__INTEL_COMPILER) // necessary as for MSC we have the vector iterators implemented // as class types and not as pointers typedef typename std::vector >::iterator vecpntit;