From 9d76298020e9dbde6b5d8e4f36b17c1ad6a4a4c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Hoffst=C3=A4tte?= Date: Tue, 20 Aug 2024 12:22:01 +0200 Subject: [PATCH] fix(userspace/libsinsp): explicitly include to fix build with gcc-15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Holger Hoffstätte --- userspace/libsinsp/filter/ast.h | 1 + 1 file changed, 1 insertion(+) diff --git a/userspace/libsinsp/filter/ast.h b/userspace/libsinsp/filter/ast.h index 4518d3056a..1f4a4dd9d2 100644 --- a/userspace/libsinsp/filter/ast.h +++ b/userspace/libsinsp/filter/ast.h @@ -18,6 +18,7 @@ limitations under the License. #pragma once +#include #include #include #include