add missing include directive

This commit is contained in:
Sébastien Loriot 2022-01-10 10:41:44 +01:00
parent 6ac74caffb
commit 0b4f136d6d
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@
#include <CGAL/Surface_mesher/Profile_counter.h> #include <CGAL/Surface_mesher/Profile_counter.h>
#include <CGAL/Surface_mesher/Profile_timer.h> #include <CGAL/Surface_mesher/Profile_timer.h>
#include <CGAL/use.h>
namespace CGAL { namespace CGAL {
namespace Surface_mesher { namespace Surface_mesher {