mirror of https://github.com/CGAL/cgal
Add missing <climits> header (BGL's fault)
This commit is contained in:
parent
79e0a294ed
commit
a90b728e34
|
|
@ -2,6 +2,7 @@
|
|||
#include <CGAL/Triangulation_2.h>
|
||||
#include <CGAL/boost/graph/graph_traits_Triangulation_2.h>
|
||||
|
||||
#include <climits>
|
||||
#include <boost/graph/dijkstra_shortest_paths.hpp>
|
||||
#include <boost/graph/filtered_graph.hpp>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
#include <CGAL/Triangulation_vertex_base_with_id_2.h>
|
||||
#include <CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h>
|
||||
|
||||
#include <climits>
|
||||
#include <boost/graph/dijkstra_shortest_paths.hpp>
|
||||
#include <boost/graph/filtered_graph.hpp>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue