Skip to content

Commit eb9043c

Browse files
Update search/interpolation_search.cpp
1 parent c1949c1 commit eb9043c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search/interpolation_search.cpp

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

3232
#include <algorithm> /// for std::sort function
3333
#include <cassert> /// for std::assert
34-
#include <cstdint> /// for integral typedefs
34+
#include <cstdint>
3535
#include <iostream> /// for IO operations
3636
#include <vector> /// for std::vector
3737

0 commit comments

Comments
 (0)