mirror of https://github.com/CGAL/cgal
Fixed compilation error with VC++ 8
This commit is contained in:
parent
60c94dc1ed
commit
d59491ea6e
|
|
@ -646,6 +646,7 @@ Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/Point_set_d
|
|||
Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/Point_set_demo/Point_set_demo
|
||||
Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/Point_set_demo/Point_set_demo.sln
|
||||
Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/poisson/*.off
|
||||
Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/poisson/*.sbr
|
||||
Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/poisson/ALL_BUILD.vcproj
|
||||
Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/poisson/AQtimeproject
|
||||
Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/poisson/Poisson.rc.mst
|
||||
|
|
|
|||
|
|
@ -540,6 +540,7 @@ mst_orient_normals(
|
|||
using namespace CGALi;
|
||||
|
||||
// Input points types
|
||||
typedef typename std::iterator_traits<ForwardIterator>::value_type Enriched_point; // actual type of input points
|
||||
typedef typename boost::property_traits<NormalPMap>::value_type Vector;
|
||||
|
||||
// Riemannian_graph types
|
||||
|
|
|
|||
Loading…
Reference in New Issue