From 92e073f1db355dbdce9cf16f2d165fbc29dc66a4 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Sun, 3 Aug 2008 21:54:17 +0000 Subject: [PATCH] Add missing include. --- .../CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Surface_mesher/include/CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h b/Surface_mesher/include/CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h index d65a182ee73..268194d3fdc 100644 --- a/Surface_mesher/include/CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h +++ b/Surface_mesher/include/CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h @@ -22,6 +22,7 @@ #define CGAL_IO_COMPLEX_2_IN_TRIANGULATION_3_POLYHEDRON_BUILDER_H #include +#include namespace CGAL {