actually fix build

This commit is contained in:
tildearrow 2023-04-06 18:10:30 -05:00
parent 439931d988
commit 0151fff2d4
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
#include <thread>
#include <condition_variable>
#ifdef _WIN32
#include <windows.h>
#endif
#ifdef IS_MOBILE
int logLevel=LOGLEVEL_TRACE;
#else