Skip to content

Commit 21446ef

Browse files
Update graph/bidirectional_dijkstra.cpp
1 parent 99839c3 commit 21446ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/bidirectional_dijkstra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515

1616
#include <cassert> /// for assert
17-
#include <cstdint> /// for integral typedefs
17+
#include <cstdint>
1818
#include <iostream> /// for io operations
1919
#include <limits> /// for variable INF
2020
#include <queue> /// for the priority_queue of distances

0 commit comments

Comments
 (0)