Skip to content

Commit 929af50

Browse files
Update graph/travelling_salesman_problem.cpp
1 parent 016a2d8 commit 929af50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/travelling_salesman_problem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#include <algorithm> /// for std::min
2121
#include <cassert> /// for assert
22-
#include <cstdint> /// for integral typedefs
22+
#include <cstdint>
2323
#include <iostream> /// for IO operations
2424
#include <limits> /// for limits of integral types
2525
#include <vector> /// for std::vector

0 commit comments

Comments
 (0)