Fixing builds 6/?

This commit is contained in:
Cfauto 2026-06-20 12:53:30 +02:00
parent 93f7221572
commit 2128e140ae
No known key found for this signature in database
GPG Key ID: C3C71FD00DACCDB5

View File

@ -13,6 +13,10 @@
#include <math.h> #include <math.h>
#ifdef ANDROID
#include <stdlib.h>
#endif
#define MAPBASE_MATCHERS 1 #define MAPBASE_MATCHERS 1
// Regular expressions based off of the std library. // Regular expressions based off of the std library.