fix: add <cstdint> to power_of_2.cpp

This commit is contained in:
realstealthninja
2024-08-31 10:56:53 +05:30
parent 6b986a9ac4
commit 9639d76641

View File

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