Skip to content

Commit c1949c1

Browse files
Update search/saddleback_search.cpp
1 parent 01e2635 commit c1949c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search/saddleback_search.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @author [Hashir Niazi](https://github.com/HashirGJ8842)
1414
*/
1515
#include <cassert> /// for assert
16-
#include <cstdint> /// for integral typedefs
16+
#include <cstdint>
1717
#include <iostream> /// for io operations, and std::pair
1818
#include <vector> /// for std::vector
1919

0 commit comments

Comments
 (0)