fix: defined in header <cstdint> for use uint64_t type

This commit is contained in:
CarlosZoft
2022-04-24 13:17:33 -03:00
parent f3ca0e5534
commit fec73a65b7

View File

@@ -11,6 +11,7 @@
*/
#include <cassert> /// for assert
#include <cstdint> /// for uint64_t type
#include <iostream> /// for IO operations
/**