From 89dfe607d0f14b8a897c88959607890374d17d27 Mon Sep 17 00:00:00 2001 From: realstealthninja <68815218+realstealthninja@users.noreply.github.com> Date: Sat, 31 Aug 2024 11:12:01 +0530 Subject: [PATCH] fix: add to ciphers/hill_cipher.cpp --- ciphers/uint128_t.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ciphers/uint128_t.hpp b/ciphers/uint128_t.hpp index d50cb4ffb..141864c8d 100644 --- a/ciphers/uint128_t.hpp +++ b/ciphers/uint128_t.hpp @@ -8,6 +8,7 @@ */ #include /// for `std::reverse` and other operations +#include /// for integral typedefs #include /// for `std::cout` overload #include /// for `std::string` #include /// for `std::pair` library