From e139bde022f03a11e568be77cad9225ec4a1d145 Mon Sep 17 00:00:00 2001 From: MW0MWZ <66065904+MW0MWZ@users.noreply.github.com> Date: Wed, 20 Aug 2025 12:25:14 +0100 Subject: [PATCH] Update Conf.cpp Fix a compile failure --- Conf.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Conf.cpp b/Conf.cpp index c8a3bf7..d6efd84 100644 --- a/Conf.cpp +++ b/Conf.cpp @@ -23,6 +23,7 @@ #include #include #include +#include const int BUFFER_SIZE = 500;