Browse Source

fuck android

lizzie/bundleevil123
lizzie 2 months ago
parent
commit
804c3bede8
  1. 3
      src/common/wall_clock.cpp

3
src/common/wall_clock.cpp

@ -8,6 +8,9 @@
#include "common/uint128.h" #include "common/uint128.h"
#include "common/wall_clock.h" #include "common/wall_clock.h"
#ifdef __ANDROID__
#include <sys/system_properties.h>
#endif
#ifdef ARCHITECTURE_x86_64 #ifdef ARCHITECTURE_x86_64
#include "common/x64/cpu_detect.h" #include "common/x64/cpu_detect.h"
#include "common/x64/rdtsc.h" #include "common/x64/rdtsc.h"

Loading…
Cancel
Save