From 368c8c7b179482f1958ca44e2bcfd8d43e302ab1 Mon Sep 17 00:00:00 2001 From: Andrew Dupont Date: Tue, 30 Dec 2025 17:21:37 -0800 Subject: [PATCH] Explicitly include `cstdint` to make GCC happy --- src/MatcherBase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MatcherBase.h b/src/MatcherBase.h index abff96f..f86e6ba 100644 --- a/src/MatcherBase.h +++ b/src/MatcherBase.h @@ -1,5 +1,6 @@ #pragma once +#include #include #include #include