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

Signed-off-by: Andrey Velichkevich <[email protected]>
This commit is contained in:
Andrey Velichkevich
2025-03-22 21:27:51 -07:00
committed by GitHub
parent cfd7237a80
commit f018e248cd
+1
View File
@@ -1,5 +1,6 @@
// Copyright © 2023 Apple Inc.
#include <algorithm>
#include <mutex>
#include "mlx/allocator.h"