mirror of https://github.com/CGAL/cgal
include 'CGAL/optimisation_assertions.h' added in ...adapter?2.h
This commit is contained in:
parent
dc6d281f30
commit
ebb2bcb3de
|
|
@ -2400,6 +2400,9 @@ end of each file.
|
||||||
#ifndef CGAL_BASIC_H
|
#ifndef CGAL_BASIC_H
|
||||||
# include <CGAL/basic.h>
|
# include <CGAL/basic.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef CGAL_OPTIMISATION_ASSERTIONS_H
|
||||||
|
# include <CGAL/optimisation_assertions.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
@<Min_circle_2_adapterC2 interface and implementation>
|
@<Min_circle_2_adapterC2 interface and implementation>
|
||||||
|
|
||||||
|
|
@ -2433,6 +2436,9 @@ end of each file.
|
||||||
#ifndef CGAL_BASIC_H
|
#ifndef CGAL_BASIC_H
|
||||||
# include <CGAL/basic.h>
|
# include <CGAL/basic.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef CGAL_OPTIMISATION_ASSERTIONS_H
|
||||||
|
# include <CGAL/optimisation_assertions.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
@<Min_circle_2_adapterH2 interface and implementation>
|
@<Min_circle_2_adapterH2 interface and implementation>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue