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 {