mirror of
https://github.com/ml-explore/mlx.git
synced 2025-07-24 02:41:19 +08:00
Added additional missing unordered_map include that fixes build on FreeBSD (#1755)
This commit is contained in:
parent
545f84d905
commit
c9c81d0584
@ -2,6 +2,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
#include "mlx/array.h"
|
||||
|
||||
namespace mlx::core::detail {
|
||||
|
Loading…
Reference in New Issue
Block a user