added missing include file

This commit is contained in:
Susan Hert 2001-07-10 12:58:39 +00:00
parent d6ee9da9df
commit a9cccfa144
1 changed files with 2 additions and 0 deletions

View File

@ -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>