mirror of https://github.com/CGAL/cgal
add missing include header
This commit is contained in:
parent
9fd17a85dd
commit
b69fd9bf30
|
|
@ -28,6 +28,8 @@
|
|||
#include <boost/graph/adjacency_list.hpp>
|
||||
|
||||
#include <CGAL/number_utils.h>
|
||||
#include <CGAL/squared_distance_3.h>
|
||||
|
||||
#include <boost/utility.hpp> // for boost::prior
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue