From c493359b62400f77a88fbbfda65597787424c9ab Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 18 Jan 2018 10:11:33 +0000 Subject: [PATCH] Convex_hull_3 --- Convex_hull_3/include/CGAL/convex_hull_3.h | 4 ++++ Hash_map/include/CGAL/Unique_hash_map.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Convex_hull_3/include/CGAL/convex_hull_3.h b/Convex_hull_3/include/CGAL/convex_hull_3.h index ea8771f3ef4..ec2dfdf4e0e 100644 --- a/Convex_hull_3/include/CGAL/convex_hull_3.h +++ b/Convex_hull_3/include/CGAL/convex_hull_3.h @@ -26,6 +26,8 @@ #include +#include + #include #include #include @@ -907,4 +909,6 @@ void convex_hull_3(InputIterator first, InputIterator beyond, } // namespace CGAL +#include + #endif // CGAL_CONVEX_HULL_3_H diff --git a/Hash_map/include/CGAL/Unique_hash_map.h b/Hash_map/include/CGAL/Unique_hash_map.h index 224f29838ae..e616d1c1469 100644 --- a/Hash_map/include/CGAL/Unique_hash_map.h +++ b/Hash_map/include/CGAL/Unique_hash_map.h @@ -27,6 +27,8 @@ #ifndef CGAL_UNIQUE_HASH_MAP_H #define CGAL_UNIQUE_HASH_MAP_H +#include + #include #include #include @@ -179,5 +181,7 @@ namespace boost { } +#include + #endif // CGAL_UNIQUE_HASH_MAP_H // EOF