mirror of https://github.com/CGAL/cgal
Convex_hull_3
This commit is contained in:
parent
799260f604
commit
c493359b62
|
|
@ -26,6 +26,8 @@
|
|||
|
||||
#include <CGAL/license/Convex_hull_3.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/convex_hull_2.h>
|
||||
|
|
@ -907,4 +909,6 @@ void convex_hull_3(InputIterator first, InputIterator beyond,
|
|||
|
||||
} // namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_CONVEX_HULL_3_H
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@
|
|||
#ifndef CGAL_UNIQUE_HASH_MAP_H
|
||||
#define CGAL_UNIQUE_HASH_MAP_H
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
#include <CGAL/config.h>
|
||||
#include <CGAL/memory.h>
|
||||
#include <CGAL/Handle_hash_function.h>
|
||||
|
|
@ -179,5 +181,7 @@ namespace boost {
|
|||
|
||||
}
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_UNIQUE_HASH_MAP_H
|
||||
// EOF
|
||||
|
|
|
|||
Loading…
Reference in New Issue