Browse Source

android fix

pull/3688/head
lizzie 7 days ago
committed by crueter
parent
commit
7a95300179
  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