add missing license header

This commit is contained in:
Jane Tournois 2020-07-06 15:27:16 +02:00
parent f5128ae1c6
commit e7bfe4cb6f
2 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,8 @@
#ifndef CGAL_TRIANGULATION_SEGMENT_TRAVERSER_3_H
#define CGAL_TRIANGULATION_SEGMENT_TRAVERSER_3_H
#include <CGAL/license/Triangulation_3.h>
#include <iostream>
#include <utility>
#include <tuple>

View File

@ -12,6 +12,7 @@
#ifndef CGAL_TRIANGULATION_SEGMENT_TRAVERSER_3_IMPL_H
#define CGAL_TRIANGULATION_SEGMENT_TRAVERSER_3_IMPL_H
#include <CGAL/license/Triangulation_3.h>
namespace CGAL {