mirror of https://github.com/CGAL/cgal
Use CGAL_USE in Visibility_2 too
This commit is contained in:
parent
6e1a97858f
commit
b06cdea579
|
|
@ -28,6 +28,7 @@
|
|||
#include <CGAL/Constrained_Delaunay_triangulation_2.h>
|
||||
#include <CGAL/Arr_observer.h>
|
||||
#include <CGAL/assertions.h>
|
||||
#include <CGAL/use.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
@ -217,6 +218,7 @@ public:
|
|||
|
||||
out_arr.clear();
|
||||
needles.clear();
|
||||
CGAL_USE(face);
|
||||
CGAL_assertion(!face->is_unbounded());
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue