mirror of https://github.com/CGAL/cgal
Add missing #include
This commit is contained in:
parent
7db6444435
commit
341b9943e5
|
|
@ -21,11 +21,11 @@
|
||||||
#ifndef CGAL_FUNCTORS_FOR_FACE_GRAPH_WRAPPER_H
|
#ifndef CGAL_FUNCTORS_FOR_FACE_GRAPH_WRAPPER_H
|
||||||
#define CGAL_FUNCTORS_FOR_FACE_GRAPH_WRAPPER_H 1
|
#define CGAL_FUNCTORS_FOR_FACE_GRAPH_WRAPPER_H 1
|
||||||
|
|
||||||
#include <CGAL/Iterators_for_face_graph_wrapper.h>
|
|
||||||
#include <boost/graph/graph_traits.hpp>
|
#include <boost/graph/graph_traits.hpp>
|
||||||
#include <CGAL/boost/graph/helpers.h>
|
#include <CGAL/boost/graph/helpers.h>
|
||||||
#include <CGAL/boost/graph/graph_traits_Polyhedron_3.h>
|
#include <CGAL/boost/graph/graph_traits_Polyhedron_3.h>
|
||||||
#include <CGAL/boost/graph/graph_traits_Surface_mesh.h>
|
#include <CGAL/boost/graph/graph_traits_Surface_mesh.h>
|
||||||
|
#include <CGAL/Iterators_for_face_graph_wrapper.h>
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/** This file contains the following functors for Face_graph_wrapper:
|
/** This file contains the following functors for Face_graph_wrapper:
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,9 @@
|
||||||
#ifndef CGAL_ITERATORS_FOR_FACE_GRAPH_WRAPPER_H
|
#ifndef CGAL_ITERATORS_FOR_FACE_GRAPH_WRAPPER_H
|
||||||
#define CGAL_ITERATORS_FOR_FACE_GRAPH_WRAPPER_H 1
|
#define CGAL_ITERATORS_FOR_FACE_GRAPH_WRAPPER_H 1
|
||||||
|
|
||||||
|
#include <boost/graph/graph_traits.hpp>
|
||||||
|
#include <CGAL/boost/graph/helpers.h>
|
||||||
|
|
||||||
namespace CGAL
|
namespace CGAL
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue