add missing include directive for license checking

This commit is contained in:
Sébastien Loriot 2017-10-20 22:34:07 +02:00
parent 878905ac08
commit b352c90b11
1 changed files with 2 additions and 0 deletions

View File

@ -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>