mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-12 06:56:59 +08:00
fix: defined in header <cstdint> for use uint64_t type
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
*/
|
||||
|
||||
#include <cassert> /// for assert
|
||||
#include <cstdint> /// for uint64_t type
|
||||
#include <iostream> /// for IO operations
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user