Fix compiler error on g++

This commit is contained in:
Leonetienne 2022-02-06 21:58:57 +01:00
parent 8678d3cb1b
commit f5a9678862

View File

@ -6,6 +6,7 @@
#include "Block.h"
#include "Flexblock.h"
#include "InitializationVector.h"
#include <cstring>
namespace GhettoCipher
{