mirror of https://github.com/CGAL/cgal
Add missing headers
This commit is contained in:
parent
7efd0593e7
commit
9976577f8d
|
|
@ -18,15 +18,16 @@
|
||||||
|
|
||||||
#include <CGAL/license/Spatial_searching.h>
|
#include <CGAL/license/Spatial_searching.h>
|
||||||
|
|
||||||
|
#include <CGAL/array.h>
|
||||||
|
#include <CGAL/assertions.h>
|
||||||
|
#include <CGAL/number_utils.h>
|
||||||
|
#include <CGAL/double.h>
|
||||||
|
#include <CGAL/Kd_tree_rectangle.h>
|
||||||
|
#include <CGAL/Spatial_searching/internal/Get_dimension_tag.h>
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <CGAL/array.h>
|
|
||||||
#include <CGAL/number_utils.h>
|
|
||||||
#include <CGAL/Kd_tree_rectangle.h>
|
|
||||||
#include <CGAL/Spatial_searching/internal/Get_dimension_tag.h>
|
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
namespace internal {
|
namespace internal {
|
||||||
template<class T, class Dim>
|
template<class T, class Dim>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue