mirror of https://github.com/CGAL/cgal
Add missing <climits> header (BGL's fault)
This commit is contained in:
parent
97d111e5da
commit
1552cda237
|
|
@ -42,6 +42,7 @@
|
|||
#ifdef CGAL_ENVELOPE_USE_BFS_FACE_ORDER
|
||||
#include <CGAL/Arr_face_map.h>
|
||||
#include <CGAL/graph_traits_Dual_Arrangement_2.h>
|
||||
#include <climits> // Needed because BGL forgot it.
|
||||
#include <boost/graph/dijkstra_shortest_paths.hpp>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue