Fix compilation error on Windows (#1844)

This commit is contained in:
Cheng
2025-02-11 12:53:05 +09:00
committed by GitHub
parent a5ededf1c3
commit 142b77751d
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
#include <algorithm>
#include <cmath>
#include <complex>
#include <functional>
namespace mlx::core::simd {
template <typename T, int N>