From e18f6ae093fdb428c7defc0567766c79ce5145d4 Mon Sep 17 00:00:00 2001 From: AzzieDev <18339356+AzzieDev@users.noreply.github.com> Date: Mon, 3 Apr 2023 18:58:07 -0400 Subject: [PATCH] set needed for Windows C++ library --- crypt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/crypt.h b/crypt.h index ab6a497..fa5f41a 100644 --- a/crypt.h +++ b/crypt.h @@ -5,6 +5,7 @@ #ifndef CRYPTKEEPER_CRYPT_H #define CRYPTKEEPER_CRYPT_H +#include #include using namespace std;