mirror of https://github.com/CGAL/cgal
add missing include directive for license checking
This commit is contained in:
parent
878905ac08
commit
b352c90b11
|
|
@ -21,6 +21,8 @@
|
|||
#ifndef CGAL_INTERNAL_SEARCH_HELPERS_H
|
||||
#define CGAL_INTERNAL_SEARCH_HELPERS_H
|
||||
|
||||
#include <CGAL/license/Spatial_searching.h>
|
||||
|
||||
#include <CGAL/Has_member.h>
|
||||
|
||||
#include <boost/mpl/has_xxx.hpp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue