From 84c2957f09ce79597bf6ce7bd41642a00e6e38ff Mon Sep 17 00:00:00 2001 From: realstealthninja <68815218+realstealthninja@users.noreply.github.com> Date: Sat, 31 Aug 2024 11:11:07 +0530 Subject: [PATCH] fix: add to ciphers/base64_encoding.cpp --- ciphers/hill_cipher.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ciphers/hill_cipher.cpp b/ciphers/hill_cipher.cpp index 1fef0f32e..a57935bf6 100644 --- a/ciphers/hill_cipher.cpp +++ b/ciphers/hill_cipher.cpp @@ -35,6 +35,7 @@ #include #include +#include /// for integral typedefs #include #include #include