From cdbe9689f33c54e4cb1f54dcea637c1ac453236d Mon Sep 17 00:00:00 2001 From: Bernd Porr Date: Fri, 31 May 2024 19:35:52 +0100 Subject: [PATCH] std::string wasn't included. --- AttysCommBase.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AttysCommBase.h b/AttysCommBase.h index 7adb3e3..90e0948 100644 --- a/AttysCommBase.h +++ b/AttysCommBase.h @@ -5,9 +5,11 @@ #define _CRT_SECURE_NO_WARNINGS #include +#include #include #include #include +#include #include "attyscomm/base64.h"