From f840efa9aeb700ac389bc5d9b4a5a34a44231ad9 Mon Sep 17 00:00:00 2001 From: DeadManWalking Date: Mon, 19 May 2025 21:35:12 +0300 Subject: [PATCH] Update combinator.h Fix build error. --- src/common/combinator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/combinator.h b/src/common/combinator.h index 72c6800d54f..31c8f5d4cd7 100644 --- a/src/common/combinator.h +++ b/src/common/combinator.h @@ -32,6 +32,7 @@ #include #include +#include namespace tools {