diff options
Diffstat (limited to 'include/encryption_functions.h')
| -rw-r--r-- | include/encryption_functions.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/encryption_functions.h b/include/encryption_functions.h index dc67d122..b70e8e65 100644 --- a/include/encryption_functions.h +++ b/include/encryption_functions.h @@ -3,11 +3,11 @@ #include <QString> +#include <QVector> #include <cstddef> -#include <stdlib.h> -#include <sstream> #include <iomanip> -#include <QVector> +#include <sstream> +#include <stdlib.h> QString fanta_encrypt(QString p_input, unsigned int key); QString fanta_decrypt(QString p_input, unsigned int key); |
