add missing license header

This commit is contained in:
Jane Tournois 2024-05-16 13:20:48 +02:00
parent a9bdeac389
commit 2e91c620c4
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
#ifndef CGAL_TETRAHEDRAL_REMESHING_AABB_TREES_H
#define CGAL_TETRAHEDRAL_REMESHING_AABB_TREES_H
#include <CGAL/license/Tetrahedral_remeshing.h>
#include <CGAL/AABB_tree.h>
#include <CGAL/AABB_traits_3.h>
#include <CGAL/AABB_triangle_primitive_3.h>