fix: add integral typdefs to hashing/**

This commit is contained in:
realstealthninja
2024-08-31 11:27:08 +05:30
parent 549aad5ce6
commit 2ec9d7fe49
2 changed files with 2 additions and 0 deletions

View File

@@ -41,6 +41,7 @@
#include <algorithm> /// Used for std::copy
#include <array> /// Used for std::array
#include <cassert> /// Used for assert
#include <cstdint> /// for integral typedefs
#include <cstring> /// Used for std::memcopy
#include <iostream> /// Used for IO operations
#include <string> /// Used for strings

View File

@@ -32,6 +32,7 @@
#include <algorithm> /// For std::copy
#include <array> /// For std::array
#include <cassert> /// For assert
#include <cstdint> /// for integral typedefs
#include <cstring> /// For std::memcopy
#include <iostream> /// For IO operations
#include <string> /// For strings