Add missing include

This commit is contained in:
Simon Giraudot 2021-03-24 08:44:17 +01:00
parent ab14acff77
commit 3b1dfc764b
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <CGAL/function_objects.h>
#include <CGAL/copy_n.h>
#include <CGAL/number_type_config.h>
#include <CGAL/double.h>
#include <list>
namespace CGAL {