mirror of https://github.com/CGAL/cgal
missing include
This commit is contained in:
parent
3411c5c6cc
commit
65d6249062
|
|
@ -20,6 +20,7 @@
|
||||||
#define CGAL_MODIFIABLE_PRIORITY_QUEUE_H
|
#define CGAL_MODIFIABLE_PRIORITY_QUEUE_H
|
||||||
|
|
||||||
#include <climits> // Neeeded by the following Boost header for CHAR_BIT.
|
#include <climits> // Neeeded by the following Boost header for CHAR_BIT.
|
||||||
|
#include <boost/optional.hpp>
|
||||||
#ifdef CGAL_SURFACE_MESH_SIMPLIFICATION_USE_RELAXED_HEAP
|
#ifdef CGAL_SURFACE_MESH_SIMPLIFICATION_USE_RELAXED_HEAP
|
||||||
#include <boost/pending/relaxed_heap.hpp>
|
#include <boost/pending/relaxed_heap.hpp>
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue