Skip to content

Commit 768534b

Browse files
Update sorting/cycle_sort.cpp
1 parent 929f1ee commit 768534b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorting/cycle_sort.cpp

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

1414
#include <algorithm> /// for std::is_sorted, std::swap
1515
#include <cassert> /// for assert
16-
#include <cstdint> /// for integral typedefs
16+
#include <cstdint>
1717
#include <iostream> /// for io operations
1818
#include <vector> /// for std::vector
1919

0 commit comments

Comments
 (0)