mirror of https://github.com/CGAL/cgal
add missing include directives
This commit is contained in:
parent
61800d1be7
commit
a484bfa35a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue