fix: add <cstdint> to next_higher_numebr_with_same_number_of_set_bits.cpp

This commit is contained in:
realstealthninja
2024-08-31 10:54:22 +05:30
parent 13f09a662f
commit 6b986a9ac4

View File

@@ -16,6 +16,7 @@
*/
#include <cassert> /// for assert
#include <cstdint> /// for integral typedefs
#include <iostream> /// for IO operations
/**