mirror of https://github.com/CGAL/cgal
add missing license include directives
This commit is contained in:
parent
e1e41fd199
commit
dcaad3d140
|
|
@ -16,6 +16,8 @@
|
||||||
#ifndef CGAL_DRAW_AOS_ARR_APPROXIMATION_CACHE_H
|
#ifndef CGAL_DRAW_AOS_ARR_APPROXIMATION_CACHE_H
|
||||||
#define CGAL_DRAW_AOS_ARR_APPROXIMATION_CACHE_H
|
#define CGAL_DRAW_AOS_ARR_APPROXIMATION_CACHE_H
|
||||||
|
|
||||||
|
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||||
|
|
||||||
#include <boost/range/iterator_range.hpp>
|
#include <boost/range/iterator_range.hpp>
|
||||||
|
|
||||||
#include <CGAL/Arr_enums.h>
|
#include <CGAL/Arr_enums.h>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
#ifndef CGAL_DRAW_AOS_ARR_BOUNDED_APPROXIMATE_FACE_H
|
#ifndef CGAL_DRAW_AOS_ARR_BOUNDED_APPROXIMATE_FACE_H
|
||||||
#define CGAL_DRAW_AOS_ARR_BOUNDED_APPROXIMATE_FACE_H
|
#define CGAL_DRAW_AOS_ARR_BOUNDED_APPROXIMATE_FACE_H
|
||||||
|
|
||||||
|
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||||
|
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
#include <optional>
|
#include <optional>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
#ifndef CGAL_DRAW_AOS_ARR_BOUNDED_APPROXIMATE_HALFEDGE_H
|
#ifndef CGAL_DRAW_AOS_ARR_BOUNDED_APPROXIMATE_HALFEDGE_H
|
||||||
#define CGAL_DRAW_AOS_ARR_BOUNDED_APPROXIMATE_HALFEDGE_H
|
#define CGAL_DRAW_AOS_ARR_BOUNDED_APPROXIMATE_HALFEDGE_H
|
||||||
|
|
||||||
|
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
#ifndef CGAL_DRAW_AOS_ARR_BOUNDED_APPROXIMATE_VERTEX_H
|
#ifndef CGAL_DRAW_AOS_ARR_BOUNDED_APPROXIMATE_VERTEX_H
|
||||||
#define CGAL_DRAW_AOS_ARR_BOUNDED_APPROXIMATE_VERTEX_H
|
#define CGAL_DRAW_AOS_ARR_BOUNDED_APPROXIMATE_VERTEX_H
|
||||||
|
|
||||||
|
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||||
|
|
||||||
#include <CGAL/Draw_aos/type_utils.h>
|
#include <CGAL/Draw_aos/type_utils.h>
|
||||||
#include <CGAL/Draw_aos/Arr_render_context.h>
|
#include <CGAL/Draw_aos/Arr_render_context.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
#ifndef CGAL_DRAW_AOS_ARR_FACE_TRIANGULATOR_H
|
#ifndef CGAL_DRAW_AOS_ARR_FACE_TRIANGULATOR_H
|
||||||
#define CGAL_DRAW_AOS_ARR_FACE_TRIANGULATOR_H
|
#define CGAL_DRAW_AOS_ARR_FACE_TRIANGULATOR_H
|
||||||
|
|
||||||
|
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <optional>
|
#include <optional>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
#ifndef CGAL_DRAW_AOS_ARR_BOUNDED_RENDERER_H
|
#ifndef CGAL_DRAW_AOS_ARR_BOUNDED_RENDERER_H
|
||||||
#define CGAL_DRAW_AOS_ARR_BOUNDED_RENDERER_H
|
#define CGAL_DRAW_AOS_ARR_BOUNDED_RENDERER_H
|
||||||
|
|
||||||
|
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||||
|
|
||||||
#include <CGAL/Bbox_2.h>
|
#include <CGAL/Bbox_2.h>
|
||||||
#include <CGAL/Draw_aos/Arr_approximation_cache.h>
|
#include <CGAL/Draw_aos/Arr_approximation_cache.h>
|
||||||
#include <CGAL/Draw_aos/Arr_bounded_approximate_face.h>
|
#include <CGAL/Draw_aos/Arr_bounded_approximate_face.h>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
#ifndef CGAL_DRAW_AOS_ARR_COORDINATE_CONVERTER_H
|
#ifndef CGAL_DRAW_AOS_ARR_COORDINATE_CONVERTER_H
|
||||||
#define CGAL_DRAW_AOS_ARR_COORDINATE_CONVERTER_H
|
#define CGAL_DRAW_AOS_ARR_COORDINATE_CONVERTER_H
|
||||||
|
|
||||||
|
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
#include <CGAL/number_type_config.h>
|
#include <CGAL/number_type_config.h>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
#ifndef CGAL_DRAW_AOS_ARR_FACE_POINT_GENERATOR_H
|
#ifndef CGAL_DRAW_AOS_ARR_FACE_POINT_GENERATOR_H
|
||||||
#define CGAL_DRAW_AOS_ARR_FACE_POINT_GENERATOR_H
|
#define CGAL_DRAW_AOS_ARR_FACE_POINT_GENERATOR_H
|
||||||
|
|
||||||
|
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <variant>
|
#include <variant>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
#ifndef CGAL_DRAW_AOS_ARR_RENDER_CONTEXT_H
|
#ifndef CGAL_DRAW_AOS_ARR_RENDER_CONTEXT_H
|
||||||
#define CGAL_DRAW_AOS_ARR_RENDER_CONTEXT_H
|
#define CGAL_DRAW_AOS_ARR_RENDER_CONTEXT_H
|
||||||
|
|
||||||
|
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||||
|
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
#ifndef CGAL_DRAW_AOS_TYPE_UTILS_H
|
#ifndef CGAL_DRAW_AOS_TYPE_UTILS_H
|
||||||
#define CGAL_DRAW_AOS_TYPE_UTILS_H
|
#define CGAL_DRAW_AOS_TYPE_UTILS_H
|
||||||
|
|
||||||
|
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||||
|
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue