android fix

This commit is contained in:
lizzie 2026-03-07 03:24:08 +00:00 committed by crueter
parent ead2d60a95
commit 7a95300179

View file

@ -11,6 +11,9 @@
#include <regex> #include <regex>
#include <thread> #include <thread>
#if defined(__ANDROID__)
#include <android/log.h>
#endif
#ifdef _WIN32 #ifdef _WIN32
#include <windows.h> // For OutputDebugStringW #include <windows.h> // For OutputDebugStringW
#else #else