From c9c81d05842a7c193beb87248042e26142851511 Mon Sep 17 00:00:00 2001 From: Jesper Stemann Andersen Date: Tue, 7 Jan 2025 17:27:55 +0100 Subject: [PATCH] Added additional missing unordered_map include that fixes build on FreeBSD (#1755) --- mlx/compile_impl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mlx/compile_impl.h b/mlx/compile_impl.h index f76cc463f..56bb02003 100644 --- a/mlx/compile_impl.h +++ b/mlx/compile_impl.h @@ -2,6 +2,8 @@ #pragma once +#include + #include "mlx/array.h" namespace mlx::core::detail {