Skip to content

Commit 6c547e5

Browse files
committed
Mainly added includes
1 parent 5c454ce commit 6c547e5

File tree

140 files changed

+398
-34
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+398
-34
lines changed

Algebraic_kernel_d/include/CGAL/Algebraic_kernel_rs_gmpq_d_1.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
#ifndef CGAL_ALGEBRAIC_KERNEL_RS_GMPQ_1
2020
#define CGAL_ALGEBRAIC_KERNEL_RS_GMPQ_1
2121

22+
#include <CGAL/config.h>
23+
24+
#ifdef CGAL_USE_RS
2225
#include <CGAL/Gmpq.h>
2326
#include <CGAL/RS/Algebraic_kernel_rs_1.h>
2427

@@ -27,5 +30,6 @@ namespace CGAL{
2730
typedef Algebraic_kernel_rs_1<Gmpq> Algebraic_kernel_rs_gmpq_d_1;
2831

2932
}
33+
#endif
3034

3135
#endif // CGAL_ALGEBRAIC_KERNEL_RS_GMPQ_1

Algebraic_kernel_d/include/CGAL/Algebraic_kernel_rs_gmpz_d_1.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#ifndef CGAL_ALGEBRAIC_KERNEL_RS_GMPZ_1
2020
#define CGAL_ALGEBRAIC_KERNEL_RS_GMPZ_1
2121

22+
#ifdef CGAL_USE_RS
2223
#include <CGAL/Gmpz.h>
2324
#include <CGAL/RS/Algebraic_kernel_rs_1.h>
2425

@@ -27,5 +28,6 @@ namespace CGAL{
2728
typedef Algebraic_kernel_rs_1<Gmpz> Algebraic_kernel_rs_gmpz_d_1;
2829

2930
}
31+
#endif
3032

3133
#endif // CGAL_ALGEBRAIC_KERNEL_RS_GMPZ_1

Algebraic_kernel_for_circles/include/CGAL/Root_for_circles_2_2.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
#include <iostream>
3030
#include <CGAL/Bbox_2.h>
31+
#include <CGAL/Root_of_traits.h>
3132
#include <CGAL/Handle_for.h>
3233
#include <boost/type_traits/is_same.hpp>
3334

Algebraic_kernel_for_circles/include/CGAL/global_functions_on_root_for_circle_2_2.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#ifndef CGAL_ALGEBRAIC_KERNEL_FOR_CIRCLES_GLOBAL_FUNCTIONS_ON_ROOT_FOR_CIRCLE_2_2_H
2727
#define CGAL_ALGEBRAIC_KERNEL_FOR_CIRCLES_GLOBAL_FUNCTIONS_ON_ROOT_FOR_CIRCLE_2_2_H
2828

29+
#include <CGAL/enum.h>
30+
2931
namespace CGAL {
3032

3133
template < class AK >

Algebraic_kernel_for_circles/include/CGAL/global_functions_on_roots_and_polynomial_1_2_and_2_2.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#ifndef CGAL_ALGEBRAIC_KERNEL_FOR_CIRCLES_GLOBAL_FUNCTIONS_ON_ROOTS_AND_POLYNOMIAL_1_2_AND_2_2_H
2727
#define CGAL_ALGEBRAIC_KERNEL_FOR_CIRCLES_GLOBAL_FUNCTIONS_ON_ROOTS_AND_POLYNOMIAL_1_2_AND_2_2_H
2828

29+
#include <CGAL/enum.h>
30+
2931
namespace CGAL {
3032

3133
template< class AK, class OutputIterator>

Algebraic_kernel_for_circles/include/CGAL/global_functions_on_roots_and_polynomials_2_2.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#ifndef CGAL_ALGEBRAIC_KERNEL_FOR_CIRCLES_GLOBAL_FUNCTIONS_ON_ROOTS_AND_POLYNOMIALS_2_2_H
2727
#define CGAL_ALGEBRAIC_KERNEL_FOR_CIRCLES_GLOBAL_FUNCTIONS_ON_ROOTS_AND_POLYNOMIALS_2_2_H
2828

29+
#include <CGAL/enum.h>
30+
2931
namespace CGAL {
3032

3133
template< class AK, class OutputIterator>

Algebraic_kernel_for_spheres/include/CGAL/Root_for_spheres_2_3.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include <CGAL/Polynomials_2_3.h>
3636
#include <CGAL/Polynomials_for_line_3.h>
3737
#include <CGAL/Bbox_3.h>
38+
#include <CGAL/Root_of_traits.h>
3839

3940
namespace CGAL {
4041

Algebraic_kernel_for_spheres/include/CGAL/global_functions_on_root_for_sphere_2_3.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#ifndef CGAL_ALGEBRAIC_KERNEL_GLOBAL_FUNCTIONS_ON_ROOT_FOR_SPHERE_2_3_H
3131
#define CGAL_ALGEBRAIC_KERNEL_GLOBAL_FUNCTIONS_ON_ROOT_FOR_SPHERE_2_3_H
3232

33+
#include <CGAL/enum.h>
34+
3335
namespace CGAL {
3436

3537
template < class AK >

Alpha_shapes_2/include/CGAL/Alpha_shape_face_base_2.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <CGAL/utility.h>
2525
#include <CGAL/internal/Lazy_alpha_nt_2.h>
2626
#include <CGAL/Default.h>
27+
#include <CGAL/Triangulation_face_base_2.h>
2728

2829
namespace CGAL {
2930

Alpha_shapes_2/include/CGAL/Weighted_alpha_shape_2.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
//
1919
// Author(s) : Tran Kai Frank DA
2020

21+
#if 0 // in dont_submit
22+
2123
#ifndef CGAL_WEIGHTED_ALPHA_SHAPE_2_H
2224
#define CGAL_WEIGHTED_ALPHA_SHAPE_2_H
2325

@@ -238,3 +240,6 @@ Weighted_alpha_shape_2<Rt>::initialize_weights_to_the_nearest_vertex
238240
} //namespace CGAL
239241

240242
#endif //CGAL_WEIGHTED_ALPHA_2_H
243+
244+
245+
#endif

0 commit comments

Comments
 (0)