mirror of https://github.com/CGAL/cgal
Missing #include:
<CGAL/constructions_d.h> from Kernel_d was not self contained.
This commit is contained in:
parent
bae55d726c
commit
87c20c90ca
|
|
@ -24,6 +24,8 @@
|
|||
#ifndef CGAL_CONSTRUCTIONS_D_H
|
||||
#define CGAL_CONSTRUCTIONS_D_H
|
||||
|
||||
#include <CGAL/Kernel_d/Point_d.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
/*{\Moptions outfile=constructions_d.man}*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue