From 51c2da1e4866fa503b1dc14a1b8666ae29a48483 Mon Sep 17 00:00:00 2001 From: hashlag Date: Wed, 14 Jan 2026 01:33:35 +0300 Subject: [PATCH] Explicitly #include in DesCrypt.hpp (std::pair<> used) --- Chaos/Cipher/Des/DesCrypt.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Chaos/Cipher/Des/DesCrypt.hpp b/Chaos/Cipher/Des/DesCrypt.hpp index c2bf738..4af001c 100644 --- a/Chaos/Cipher/Des/DesCrypt.hpp +++ b/Chaos/Cipher/Des/DesCrypt.hpp @@ -1,6 +1,8 @@ #ifndef CHAOS_CIPHER_DES_DESCRYPT_HPP #define CHAOS_CIPHER_DES_DESCRYPT_HPP +#include + #include "Service/SeArray.hpp" namespace Chaos::Cipher::Des::Inner_