diff --git a/ciphers/base64_encoding.cpp b/ciphers/base64_encoding.cpp index a592226a5..52bce90ff 100644 --- a/ciphers/base64_encoding.cpp +++ b/ciphers/base64_encoding.cpp @@ -13,6 +13,7 @@ */ #include /// for `std::array` #include /// for `assert` operations +#include /// for integral typedefs #include /// for IO operations /**