aboutsummaryrefslogtreecommitdiff
path: root/encryption_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'encryption_functions.h')
-rw-r--r--encryption_functions.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/encryption_functions.h b/encryption_functions.h
index b6ea1d70..dc67d122 100644
--- a/encryption_functions.h
+++ b/encryption_functions.h
@@ -3,6 +3,12 @@
#include <QString>
+#include <cstddef>
+#include <stdlib.h>
+#include <sstream>
+#include <iomanip>
+#include <QVector>
+
QString fanta_encrypt(QString p_input, unsigned int key);
QString fanta_decrypt(QString p_input, unsigned int key);