mirror of https://github.com/CGAL/cgal
added missing include file
This commit is contained in:
parent
d6ee9da9df
commit
a9cccfa144
|
|
@ -29,6 +29,8 @@
|
|||
#ifndef CGAL_TRIANGULATION_INDIRECT_TRAITS_2_H
|
||||
#define CGAL_TRIANGULATION_INDIRECT_TRAITS_2_H
|
||||
|
||||
#include <CGAL/Kernel/function_objects.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
template <class Circulator>
|
||||
|
|
|
|||
Loading…
Reference in New Issue