Add #include for CGAL::abs()

This commit is contained in:
Andreas Fabri 2018-05-22 10:51:39 +01:00
parent c908ed5fa2
commit 2f8515067c
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <CGAL/disable_warnings.h>
#include <CGAL/number_utils.h>
#include <CGAL/Segment_3.h>
#include <CGAL/Bbox_3.h>
#include <CGAL/Kernel/Same_uncertainty.h>