Skip to content

Commit 084b2db

Browse files
committed
graph: fix windows build
1 parent 1f8bbb9 commit 084b2db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ortools/graph/samples/dijkstra_all_pairs_shortest_paths.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
// The problem is naturally modeled on an undirected graph, but our APSP is
2626
// implemented for directed graphs, so we include each edge as two arcs.
2727

28-
#include <memory>
2928
#define _USE_MATH_DEFINES // Needed for visual studio for M_PI.
3029
#include <cmath>
3130
#include <cstddef>
3231
#include <cstdint>
3332
#include <iostream>
3433
#include <limits>
34+
#include <memory>
3535
#include <utility>
3636
#include <vector>
3737

0 commit comments

Comments
 (0)