summaryrefslogtreecommitdiff
path: root/src/Contraction/include/gudhi/Contraction/CGAL_queue/Modifiable_priority_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Contraction/include/gudhi/Contraction/CGAL_queue/Modifiable_priority_queue.h')
-rw-r--r--src/Contraction/include/gudhi/Contraction/CGAL_queue/Modifiable_priority_queue.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Contraction/include/gudhi/Contraction/CGAL_queue/Modifiable_priority_queue.h b/src/Contraction/include/gudhi/Contraction/CGAL_queue/Modifiable_priority_queue.h
index f4eb59fd..28ae535d 100644
--- a/src/Contraction/include/gudhi/Contraction/CGAL_queue/Modifiable_priority_queue.h
+++ b/src/Contraction/include/gudhi/Contraction/CGAL_queue/Modifiable_priority_queue.h
@@ -21,10 +21,12 @@
#define CGAL_SURFACE_MESH_SIMPLIFICATION_USE_RELAXED_HEAP
-#include <climits> // Neeeded by the following Boost header for CHAR_BIT.
#include <boost/optional.hpp>
#include <boost/pending/relaxed_heap.hpp>
+#include <climits> // Neeeded by the following Boost header for CHAR_BIT.
+#include <functional> // for less
+
namespace CGAL {
template <class IndexedType_, class Compare_ = std::less<IndexedType_>, class ID_ = boost::identity_property_map>
@@ -94,6 +96,6 @@ class Modifiable_priority_queue {
Heap mHeap;
};
-} //namespace CGAL
+} // namespace CGAL
#endif // CONTRACTION_CGAL_MODIFIABLE_PRIORITY_QUEUE_H