diff --git a/Point_set_processing_3/include/CGAL/mst_orient_normals.h b/Point_set_processing_3/include/CGAL/mst_orient_normals.h index 438e7ce0598..c8fbdc93570 100644 --- a/Point_set_processing_3/include/CGAL/mst_orient_normals.h +++ b/Point_set_processing_3/include/CGAL/mst_orient_normals.h @@ -32,11 +32,24 @@ #include #include +#if defined(BOOST_MSVC) +# pragma warning(push) +# pragma warning(disable:4172) // Address warning inside boost named parameters +#endif + #include #include -#include // work around a bug in boost 1.54 +#include // work around a + // bug in boost + // 1.54 + + #include +#if defined(BOOST_MSVC) +# pragma warning(pop) +#endif + namespace CGAL {