mirror of https://github.com/CGAL/cgal
Merge pull request #2198 from sloriot/T2-add_missing_include
add missing include directive to use CGAL::to_double() (Via a merge of 'cgal/releases/CGAL-4.9-branch')
This commit is contained in:
commit
d40fea257d
|
|
@ -42,6 +42,7 @@
|
|||
#include <CGAL/Triangulation_face_base_2.h>
|
||||
#include <CGAL/Triangulation_line_face_circulator_2.h>
|
||||
#include <CGAL/spatial_sort.h>
|
||||
#include <CGAL/double.h>
|
||||
|
||||
#include <boost/random/linear_congruential.hpp>
|
||||
#include <boost/random/uniform_smallint.hpp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue