From f5a96788620745609b8ef3f4052333a5a60c6799 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sun, 6 Feb 2022 21:58:57 +0100 Subject: [PATCH] Fix compiler error on g++ --- GhettoCrypt/Util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/GhettoCrypt/Util.h b/GhettoCrypt/Util.h index db60f1b..18b9248 100644 --- a/GhettoCrypt/Util.h +++ b/GhettoCrypt/Util.h @@ -6,6 +6,7 @@ #include "Block.h" #include "Flexblock.h" #include "InitializationVector.h" +#include namespace GhettoCipher {