fixing compilation issues

This commit is contained in:
Kbz-8
2024-01-07 01:40:19 +01:00
parent ac054830b9
commit 765a04d9b5

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */ /* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/06 11:13:23 by maldavid #+# #+# */ /* Created: 2024/01/06 11:13:23 by maldavid #+# #+# */
/* Updated: 2024/01/06 11:29:34 by maldavid ### ########.fr */ /* Updated: 2024/01/07 01:39:35 by maldavid ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@@ -14,6 +14,7 @@
#define __MLX_UUID__ #define __MLX_UUID__
#include <cstdint> #include <cstdint>
#include <cstddef>
namespace mlx namespace mlx
{ {