From 150bde7159b7c530d0ec2ef565de095ac0bbbf4e Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Mon, 15 Jan 2018 10:29:25 +0100 Subject: [PATCH] Move inclusion of MeshIO.hh before mesh type definition --- BGL/include/CGAL/boost/graph/graph_traits_OpenMesh.h | 1 - .../CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h | 2 +- .../CGAL/boost/graph/graph_traits_TriMesh_ArrayKernelT.h | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/BGL/include/CGAL/boost/graph/graph_traits_OpenMesh.h b/BGL/include/CGAL/boost/graph/graph_traits_OpenMesh.h index e291c006f1a..3762bb5a984 100644 --- a/BGL/include/CGAL/boost/graph/graph_traits_OpenMesh.h +++ b/BGL/include/CGAL/boost/graph/graph_traits_OpenMesh.h @@ -26,7 +26,6 @@ #include -#include #include #include #include diff --git a/BGL/include/CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h b/BGL/include/CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h index a7de8eacefe..f9864953b14 100644 --- a/BGL/include/CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h +++ b/BGL/include/CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h @@ -21,7 +21,7 @@ #define CGAL_BOOST_GRAPH_GRAPH_TRAITS_POLYMESH_ARRAYKERNELT_H // http://openmesh.org/Documentation/OpenMesh-Doc-Latest/classOpenMesh_1_1Concepts_1_1KernelT.html - +#include #include #include diff --git a/BGL/include/CGAL/boost/graph/graph_traits_TriMesh_ArrayKernelT.h b/BGL/include/CGAL/boost/graph/graph_traits_TriMesh_ArrayKernelT.h index 87d33c6ca1a..c69b54849b4 100644 --- a/BGL/include/CGAL/boost/graph/graph_traits_TriMesh_ArrayKernelT.h +++ b/BGL/include/CGAL/boost/graph/graph_traits_TriMesh_ArrayKernelT.h @@ -21,7 +21,7 @@ #define CGAL_BOOST_GRAPH_GRAPH_TRAITS_TRIMESH_ARRAYKERNELT_H // http://openmesh.org/Documentation/OpenMesh-Doc-Latest/classOpenMesh_1_1Concepts_1_1KernelT.html - +#include #include #include