mirror of
https://git.recroomarchive.org/Radium/libradhook.git
synced 2026-08-07 09:10:59 +00:00
fix: add required headers to android platform region
This commit is contained in:
@@ -104,6 +104,11 @@ void RadFlushICache(void* addr, size_t size) {
|
||||
|
||||
#elif defined(RADIUM_PLATFORM_ANDROID)
|
||||
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
#include <algorithm>
|
||||
|
||||
size_t RadMemoryPageSize() {
|
||||
static size_t sz = static_cast<size_t>(sysconf(_SC_PAGESIZE));
|
||||
return sz;
|
||||
|
||||
Reference in New Issue
Block a user