mirror of https://github.com/CGAL/cgal
add missing license header
This commit is contained in:
parent
f5128ae1c6
commit
e7bfe4cb6f
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue