mirror of https://github.com/CGAL/cgal
Include licence check header
This commit is contained in:
parent
1bcdcee566
commit
c7bd6a7403
|
|
@ -21,6 +21,8 @@
|
|||
#ifndef CGAL_TRIANGULATION_IO_H
|
||||
#define CGAL_TRIANGULATION_IO_H
|
||||
|
||||
#include <CGAL/license/Triangulation.h>
|
||||
|
||||
#include <CGAL/Epick_d.h>
|
||||
#include <CGAL/Triangulation.h>
|
||||
#include <sstream>
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@
|
|||
#ifndef CGAL_REGULAR_TRIANGULATION_H
|
||||
#define CGAL_REGULAR_TRIANGULATION_H
|
||||
|
||||
#include <CGAL/license/Triangulation.h>
|
||||
|
||||
#include <CGAL/Triangulation.h>
|
||||
#include <CGAL/Dimension.h>
|
||||
#include <CGAL/Default.h>
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@
|
|||
#ifndef CGAL_REGULAR_TRIANGULATION_TRAITS_ADAPTER_H
|
||||
#define CGAL_REGULAR_TRIANGULATION_TRAITS_ADAPTER_H
|
||||
|
||||
#include <CGAL/license/Triangulation.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include <boost/iterator/transform_iterator.hpp>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
#ifndef CGAL_TRIANGULATION_OFF_OSTREAM_2_H
|
||||
#define CGAL_TRIANGULATION_OFF_OSTREAM_2_H
|
||||
|
||||
#include <CGAL/license/Triangulation.h>
|
||||
|
||||
#include <CGAL/Triangulation_2.h>
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
#ifndef CGAL_TRIANGULATION_OFF_OSTREAM_3_H
|
||||
#define CGAL_TRIANGULATION_OFF_OSTREAM_3_H
|
||||
|
||||
#include <CGAL/license/Triangulation.h>
|
||||
|
||||
#include <CGAL/Triangulation_3.h>
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
|
|
|
|||
Loading…
Reference in New Issue