Skip to content

Commit 01e2635

Browse files
Update search/sublist_search.cpp
1 parent 768534b commit 01e2635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search/sublist_search.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727

2828
#include <cassert> /// for assert
29-
#include <cstdint> /// for integral typedefs
29+
#include <cstdint>
3030
#include <iostream> /// for IO operations
3131
#include <vector> /// for std::vector
3232

0 commit comments

Comments
 (0)