From 341b9943e510813c331e7dce9f090f433a7f98a7 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Tue, 2 Jul 2019 11:32:01 +0200 Subject: [PATCH] Add missing #include --- .../include/CGAL/Functors_for_face_graph_wrapper.h | 2 +- .../include/CGAL/Iterators_for_face_graph_wrapper.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Combinatorial_map/include/CGAL/Functors_for_face_graph_wrapper.h b/Combinatorial_map/include/CGAL/Functors_for_face_graph_wrapper.h index 9abc79044f6..a169d0e5584 100644 --- a/Combinatorial_map/include/CGAL/Functors_for_face_graph_wrapper.h +++ b/Combinatorial_map/include/CGAL/Functors_for_face_graph_wrapper.h @@ -21,11 +21,11 @@ #ifndef CGAL_FUNCTORS_FOR_FACE_GRAPH_WRAPPER_H #define CGAL_FUNCTORS_FOR_FACE_GRAPH_WRAPPER_H 1 -#include #include #include #include #include +#include //////////////////////////////////////////////////////////////////////////////// /** This file contains the following functors for Face_graph_wrapper: diff --git a/Combinatorial_map/include/CGAL/Iterators_for_face_graph_wrapper.h b/Combinatorial_map/include/CGAL/Iterators_for_face_graph_wrapper.h index 3b062a87f0a..4b0338e4e22 100644 --- a/Combinatorial_map/include/CGAL/Iterators_for_face_graph_wrapper.h +++ b/Combinatorial_map/include/CGAL/Iterators_for_face_graph_wrapper.h @@ -21,6 +21,9 @@ #ifndef CGAL_ITERATORS_FOR_FACE_GRAPH_WRAPPER_H #define CGAL_ITERATORS_FOR_FACE_GRAPH_WRAPPER_H 1 +#include +#include + namespace CGAL {