include 'CGAL/optimisation_assertions.h' added in ...adapter?2.h

This commit is contained in:
Sven Schönherr 1997-06-24 12:42:19 +00:00
parent dc6d281f30
commit ebb2bcb3de
1 changed files with 6 additions and 0 deletions

View File

@ -2400,6 +2400,9 @@ end of each file.
#ifndef CGAL_BASIC_H
# include <CGAL/basic.h>
#endif
#ifndef CGAL_OPTIMISATION_ASSERTIONS_H
# include <CGAL/optimisation_assertions.h>
#endif
@<Min_circle_2_adapterC2 interface and implementation>
@ -2433,6 +2436,9 @@ end of each file.
#ifndef CGAL_BASIC_H
# include <CGAL/basic.h>
#endif
#ifndef CGAL_OPTIMISATION_ASSERTIONS_H
# include <CGAL/optimisation_assertions.h>
#endif
@<Min_circle_2_adapterH2 interface and implementation>