Fixed compilation error with VC++ 8

This commit is contained in:
Laurent Saboret 2009-05-26 13:35:26 +00:00
parent 60c94dc1ed
commit d59491ea6e
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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