Skip to content

Commit f60bc8b

Browse files
Update search/binary_search.cpp
1 parent 8d7f865 commit f60bc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search/binary_search.cpp

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

3737
#include <algorithm> /// for std::sort function
3838
#include <cassert> /// for std::assert
39-
#include <cstdint> /// for integral typedefs
39+
#include <cstdint>
4040
#include <iostream> /// for IO operations
4141
#include <vector> /// for std::vector
4242
/******************************************************************************

0 commit comments

Comments
 (0)