Add missing <climits> header (BGL's fault)

This commit is contained in:
Sylvain Pion 2008-01-22 10:28:40 +00:00
parent 97d111e5da
commit 1552cda237
1 changed files with 1 additions and 0 deletions

View File

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