fix macos build
This commit is contained in:
parent
8e66d78ef0
commit
263c0e3b57
@ -4,7 +4,10 @@
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
#include <queue>
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
namespace util {
|
||||
struct AlignedDeleter {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user