Browse Source

android fix

lizzie 6 days ago
parent
commit
55eb3fec0a
  1. 3
      src/common/logging.cpp

3
src/common/logging.cpp

@ -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

Loading…
Cancel
Save