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.