fix: add <cstdint> to count_of_set_bits.cpp

This commit is contained in:
realstealthninja
2024-08-31 10:47:44 +05:30
parent f71bd16b9e
commit 79104ec0bc

View File

@@ -16,6 +16,7 @@
* @author [Prashant Thakur](https://github.com/prashant-th18)
*/
#include <cassert> /// for assert
#include <cstdint> /// for integral typedefs
#include <iostream> /// for IO operations
/**
* @namespace bit_manipulation