fix(backend): Include algorithm library in Allocator (#1992)

Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
This commit is contained in:
Andrey Velichkevich 2025-03-23 04:27:51 +00:00 committed by GitHub
parent cfd7237a80
commit f018e248cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
// Copyright © 2023 Apple Inc.
#include <algorithm>
#include <mutex>
#include "mlx/allocator.h"