Skip to content

Commit 15f8b88

Browse files
Update sorting/selection_sort_iterative.cpp
1 parent 4b6c5ff commit 15f8b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorting/selection_sort_iterative.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*******************************************************************************/
3030
#include <algorithm> /// for std::is_sorted
3131
#include <cassert> /// for std::assert
32-
#include <cstdint> /// for integral typedefs
32+
#include <cstdint>
3333
#include <iostream> /// for IO operations
3434
#include <vector> /// for std::vector
3535

0 commit comments

Comments
 (0)