Convex_hull_3

This commit is contained in:
Andreas Fabri 2018-01-18 10:11:33 +00:00
parent 799260f604
commit c493359b62
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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