From f7e2f6773fb7321ffce008cef92e6918e7b45cc1 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Thu, 16 Oct 2025 10:53:35 +0800 Subject: [PATCH] Fix build on GCC --- stream.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stream.h b/stream.h index 64d02aa..38022bb 100644 --- a/stream.h +++ b/stream.h @@ -4,6 +4,7 @@ #include #include "fileop.h" #include +#include #include "cstr_util.h" class ReadStream {