Skip to content

Commit 70393b7

Browse files
Update sorting/recursive_bubble_sort.cpp
1 parent 15f8b88 commit 70393b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorting/recursive_bubble_sort.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
#include <algorithm> /// for std::is_sorted
6161
#include <array> /// for std::array
6262
#include <cassert> /// for assert
63-
#include <cstdint> /// for integral typedefs
63+
#include <cstdint>
6464
#include <iostream> /// for IO operations
6565
#include <vector> /// for std::vector
6666

0 commit comments

Comments
 (0)