From 001e0296b19fa05c37e9e8f0b6a0e1b1ee6c41bb Mon Sep 17 00:00:00 2001 From: Nikola Petrov Date: Mon, 20 Apr 2026 13:15:19 +0200 Subject: [PATCH] add missing include --- include/func.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/func.hpp b/include/func.hpp index 854a2f7..25ccba7 100644 --- a/include/func.hpp +++ b/include/func.hpp @@ -2,6 +2,7 @@ #define FUNC_HPP #include +#include class Buffer;