diff --git a/Combinatorial_map/include/CGAL/Face_graph_wrapper.h b/Combinatorial_map/include/CGAL/Face_graph_wrapper.h index 9bb649861f6..ba3475a6aa0 100644 --- a/Combinatorial_map/include/CGAL/Face_graph_wrapper.h +++ b/Combinatorial_map/include/CGAL/Face_graph_wrapper.h @@ -23,17 +23,61 @@ #include #include -#include -#include -#include -#include -#include -#include -#include -#include namespace CGAL { + // Forward declarations of all classes model of Face_graph + template + class Combinatorial_map_base; + + template + class Generalized_map_base; + + template + class Map, typename Refs, typename Storage> + class Linear_cell_complex_base; + + template + class Combinatorial_map; + + template + class Generalized_map; + + template + class Map, typename Storage> + class Linear_cell_complex_for_combinatorial_map; + + template + class Map, typename Storage> + class Linear_cell_complex_for_generalized_map; + + template + class Surface_mesh; + + template class T_HDS, + class Alloc> + struct Polyhedron_3; + + namespace Surface_mesh_topology + { + template + class Polygonal_schema_with_combinatorial_map; + + template + class Polygonal_schema_with_generalized_map; + } //////////////////////////////////////////////////////////////////////////////// /** Class Face_graph_wrapper: to wrap any model of FaceGraph into a Combinatorial map. diff --git a/Linear_cell_complex/include/CGAL/draw_linear_cell_complex.h b/Linear_cell_complex/include/CGAL/draw_linear_cell_complex.h index 2e2c09cc36a..08a17624466 100644 --- a/Linear_cell_complex/include/CGAL/draw_linear_cell_complex.h +++ b/Linear_cell_complex/include/CGAL/draw_linear_cell_complex.h @@ -25,6 +25,7 @@ #ifdef CGAL_USE_BASIC_VIEWER +#include #include namespace CGAL diff --git a/Surface_mesh/include/CGAL/draw_surface_mesh.h b/Surface_mesh/include/CGAL/draw_surface_mesh.h index 6d34dd96f90..db163222f32 100644 --- a/Surface_mesh/include/CGAL/draw_surface_mesh.h +++ b/Surface_mesh/include/CGAL/draw_surface_mesh.h @@ -211,7 +211,7 @@ void draw(const SM& amesh, #if defined(CGAL_TEST_SUITE) bool cgal_test_suite=true; #else - bool cgal_test_suite=false; + bool cgal_test_suite=qEnvironmentVariableIsSet("CGAL_TEST_SUITE"); #endif if (!cgal_test_suite)