diff --git a/GhettoCrypt/Cipher.cpp b/GhettoCrypt/Cipher.cpp index 93268c4..d9eb784 100644 --- a/GhettoCrypt/Cipher.cpp +++ b/GhettoCrypt/Cipher.cpp @@ -1,6 +1,7 @@ +#include +#include #include "Cipher.h" #include "Util.h" -#include GhettoCipher::Cipher::Cipher(const Block& key) : diff --git a/GhettoCrypt/Flexblock.h b/GhettoCrypt/Flexblock.h index c2b0280..bc1e415 100644 --- a/GhettoCrypt/Flexblock.h +++ b/GhettoCrypt/Flexblock.h @@ -1,5 +1,5 @@ #pragma once -#include +#include namespace GhettoCipher {