From 6aafa6a90abb1217d9db04ce1a21cc3701603ed8 Mon Sep 17 00:00:00 2001 From: eidheim Date: Mon, 5 Sep 2022 14:57:19 +0200 Subject: [PATCH] Added missing header in crypto.hpp --- crypto.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto.hpp b/crypto.hpp index 0d3adbe..3629598 100644 --- a/crypto.hpp +++ b/crypto.hpp @@ -4,6 +4,7 @@ #include #include #include +#include #include #include #include