add missing include directives

This commit is contained in:
Sébastien Loriot 2024-01-12 09:12:09 +01:00
parent 61800d1be7
commit a484bfa35a
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
#include <iostream>
// That one should not be needed in the long term:
#include <CGAL/double.h>
#include <CGAL/float.h>
#include <CGAL/int.h>
#include <CGAL/Interval_nt.h>
#ifdef CGAL_USE_LEDA