add missing license include

This commit is contained in:
Jane Tournois 2022-05-05 12:26:40 +02:00 committed by Jane Tournois
parent 018f9cc656
commit 3eeffaee4e
1 changed files with 2 additions and 0 deletions

View File

@ -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>