add missing include

This commit is contained in:
Guillaume Damiand 2022-10-19 15:22:09 +02:00
parent 655b0c8064
commit e18a573cc1
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <CGAL/Qt/Basic_viewer_qt.h>
#include <CGAL/Graphic_buffer.h>
#include <CGAL/Drawing_functor.h>
#include <CGAL/Nef_polyhedron_3.h>
#include <CGAL/Nef_3/SNC_iteration.h>
#include <CGAL/circulator.h>
#include <CGAL/Random.h>