Fix missing include

This commit is contained in:
Mael 2020-04-16 19:46:09 +02:00 committed by GitHub
parent 4c78812c02
commit bbd24f2946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <CGAL/disable_warnings.h>
#include <CGAL/assertions.h>
#include <CGAL/boost/iterator/transform_iterator.hpp>
#include <CGAL/circulator.h>
#include <CGAL/Iterator_range.h>
#include <CGAL/property_map.h>