From b18ab2c555ff5ecaafa0a624cbd8bdc142f4e155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 27 Apr 2010 06:43:43 +0000 Subject: [PATCH] add missing using detected by intel strict-ansi --- Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_3.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_3.h b/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_3.h index 657bd384c86..6006b48224f 100644 --- a/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_3.h +++ b/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_3.h @@ -57,6 +57,8 @@ class Aff_transformationC3 typedef typename R_::Direction_3 Direction_3; typedef typename R_::Plane_3 Plane_3; typedef typename R_::Aff_transformation_3 Aff_transformation_3; + + using Handle_for_virtual::initialize_with; public: typedef R_ R;