From 314a268099edc9471eabc2882aa8c3f1a4ba23c4 Mon Sep 17 00:00:00 2001 From: Milan Hauth Date: Thu, 21 Aug 2025 09:53:22 +0200 Subject: [PATCH] add include algorithm for std::remove --- i2pbase64.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/i2pbase64.cpp b/i2pbase64.cpp index 0c402ec..fb1bd35 100644 --- a/i2pbase64.cpp +++ b/i2pbase64.cpp @@ -4,6 +4,7 @@ #include #include #include +#include #include "Base.h" const size_t BUFFSZ = 1024;