Skip to content

Commit 929f1ee

Browse files
Update sorting/dnf_sort.cpp
1 parent f526abe commit 929f1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorting/dnf_sort.cpp

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

1313
#include <algorithm> /// for std::is_sorted
1414
#include <cassert> /// for assert
15-
#include <cstdint> /// for integral typedefs
15+
#include <cstdint>
1616
#include <iostream> /// for std::swap and io operations
1717
#include <vector> /// for std::vector
1818

0 commit comments

Comments
 (0)