From 2128e140ae59496daf40845f4f0fbdb10fd5ccdc Mon Sep 17 00:00:00 2001 From: Cfauto Date: Sat, 20 Jun 2026 12:53:30 +0200 Subject: [PATCH] Fixing builds 6/? --- public/tier1/mapbase_matchers_base.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/tier1/mapbase_matchers_base.h b/public/tier1/mapbase_matchers_base.h index beb1d869..9a5fa700 100644 --- a/public/tier1/mapbase_matchers_base.h +++ b/public/tier1/mapbase_matchers_base.h @@ -13,6 +13,10 @@ #include +#ifdef ANDROID + #include +#endif + #define MAPBASE_MATCHERS 1 // Regular expressions based off of the std library.