mirror of https://github.com/CGAL/cgal
add missing include directive
This commit is contained in:
parent
68d3999765
commit
2e6f01e189
|
|
@ -1,5 +1,6 @@
|
|||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <iterator>
|
||||
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue