Add missing include in JobSystem.cpp (#8812)

This commit is contained in:
Powei Feng
2025-06-03 11:44:42 -07:00
committed by GitHub
parent 73a03d7af0
commit cfc4ac5511

View File

@@ -64,6 +64,7 @@
// see https://developer.android.com/topic/performance/threads#priority
# include <sys/time.h>
# include <sys/resource.h>
# include <unistd.h>
# ifndef ANDROID_PRIORITY_URGENT_DISPLAY
# define ANDROID_PRIORITY_URGENT_DISPLAY (-8)
# endif