From 4b16caa985d7a6a94d5e50c4d0720ec4c402d908 Mon Sep 17 00:00:00 2001 From: realstealthninja <68815218+realstealthninja@users.noreply.github.com> Date: Sat, 31 Aug 2024 11:10:34 +0530 Subject: [PATCH] fix: add to bit_manipulation/travelling_salesman_using_bit_manipulation.cpp --- ciphers/base64_encoding.cpp | 1 + 1 file changed, 1 insertion(+) 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 /**