Add missing #pragma once (#1838)

This commit is contained in:
Jagrit Digani 2025-02-06 11:11:22 -08:00 committed by GitHub
parent 83a0340fa7
commit b6c6552d20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,7 @@
// Copyright © 2024 Apple Inc. // Copyright © 2024 Apple Inc.
#pragma once
#include <fmt/format.h> #include <fmt/format.h>
#include "mlx/array.h" #include "mlx/array.h"