mirror of https://github.com/CGAL/cgal
add missing license include
This commit is contained in:
parent
018f9cc656
commit
3eeffaee4e
|
|
@ -17,6 +17,8 @@
|
|||
#ifndef CGAL_MESH_3_DETECT_TRIPLE_LINES_H
|
||||
#define CGAL_MESH_3_DETECT_TRIPLE_LINES_H
|
||||
|
||||
#include <CGAL/license/Mesh_3.h>
|
||||
|
||||
#include <CGAL/Mesh_3/triple_lines_extraction/coordinates.h>
|
||||
#include <CGAL/Mesh_3/triple_lines_extraction/combinations.h>
|
||||
#include <CGAL/Mesh_3/triple_lines_extraction/cases_table.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue