mirror of https://github.com/CGAL/cgal
Add missing header includes
This commit is contained in:
parent
5a36ff89b5
commit
07120b82fa
|
|
@ -37,6 +37,8 @@
|
||||||
|
|
||||||
#include <CGAL/Curved_kernel_via_analysis_2/Sweep_curves_adapter_2.h>
|
#include <CGAL/Curved_kernel_via_analysis_2/Sweep_curves_adapter_2.h>
|
||||||
|
|
||||||
|
#include <CGAL/kernel_assertions.h>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
namespace internal {
|
namespace internal {
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
#include <CGAL/license/Straight_skeleton_2.h>
|
#include <CGAL/license/Straight_skeleton_2.h>
|
||||||
|
|
||||||
|
#include <CGAL/assertions.h>
|
||||||
|
|
||||||
#if defined(CGAL_STRAIGHT_SKELETON_NO_POSTCONDITIONS) \
|
#if defined(CGAL_STRAIGHT_SKELETON_NO_POSTCONDITIONS) \
|
||||||
|| defined(CGAL_NO_POSTCONDITIONS) \
|
|| defined(CGAL_NO_POSTCONDITIONS) \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue