From de190bfe82a5a7e7d9294b4cb7aa8f545ca0025c Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Fri, 20 Jun 2025 13:24:24 -0700 Subject: [PATCH] fix --- mlx/backend/cuda/allocator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mlx/backend/cuda/allocator.cpp b/mlx/backend/cuda/allocator.cpp index 4ed8d0607..6cc7145b5 100644 --- a/mlx/backend/cuda/allocator.cpp +++ b/mlx/backend/cuda/allocator.cpp @@ -3,6 +3,7 @@ #include "mlx/backend/cuda/allocator.h" #include "mlx/backend/cuda/utils.h" #include "mlx/backend/cuda/worker.h" +#include "mlx/utils.h" #include #include