fix imports to build on Mac (#1231)

Co-authored-by: Jesse Hertz <>
This commit is contained in:
jhertz
2021-12-27 12:12:02 -05:00
committed by GitHub
parent be00dbc2ac
commit 51d6f863f5

View File

@ -37,6 +37,7 @@
#ifdef __APPLE__ #ifdef __APPLE__
#include <sys/qos.h> #include <sys/qos.h>
#include <pthread/qos.h>
#endif #endif
#ifdef PROFILING #ifdef PROFILING