add missing includes (not included by helpers.h anymore)

This commit is contained in:
Jane Tournois 2024-03-06 16:12:53 +01:00
parent bb2335a86e
commit 7ca00f90ef
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <CGAL/Point_3.h>
#include <CGAL/Vector_3.h>
#include <CGAL/boost/graph/helpers.h>
#include <CGAL/boost/graph/named_params_helper.h>
#undef CGAL_NEF_DEBUG
#define CGAL_NEF_DEBUG 29

View File

@ -17,6 +17,7 @@
#include <CGAL/Weights/utils.h>
#include <CGAL/boost/graph/helpers.h>
#include <CGAL/boost/graph/named_params_helper.h>
#include <CGAL/Kernel_traits.h>
#include <CGAL/Point_2.h>
#include <CGAL/Point_3.h>