mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-01 17:52:40 +08:00
fix: add <cstdint> to ciphers/hill_cipher.cpp
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
*/
|
||||
|
||||
#include <algorithm> /// for `std::reverse` and other operations
|
||||
#include <cstdint> /// for integral typedefs
|
||||
#include <ostream> /// for `std::cout` overload
|
||||
#include <string> /// for `std::string`
|
||||
#include <utility> /// for `std::pair` library
|
||||
|
||||
Reference in New Issue
Block a user