Added additional missing unordered_map include that fixes build on FreeBSD (#1755)

This commit is contained in:
Jesper Stemann Andersen 2025-01-07 17:27:55 +01:00 committed by GitHub
parent 545f84d905
commit c9c81d0584
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,8 @@
#pragma once
#include <unordered_map>
#include "mlx/array.h"
namespace mlx::core::detail {