From f018e248cd75dbb65668f418d6afb67842ea28b7 Mon Sep 17 00:00:00 2001 From: Andrey Velichkevich Date: Sun, 23 Mar 2025 04:27:51 +0000 Subject: [PATCH] fix(backend): Include algorithm library in Allocator (#1992) Signed-off-by: Andrey Velichkevich --- mlx/backend/no_metal/allocator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mlx/backend/no_metal/allocator.cpp b/mlx/backend/no_metal/allocator.cpp index b73a53484..a8b260b6b 100644 --- a/mlx/backend/no_metal/allocator.cpp +++ b/mlx/backend/no_metal/allocator.cpp @@ -1,5 +1,6 @@ // Copyright © 2023 Apple Inc. +#include #include #include "mlx/allocator.h"