remove warning

This commit is contained in:
Gregory Wells
2025-08-12 20:27:28 -04:00
parent 1846bdbf26
commit 317ffda9e7
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,5 @@
#pragma once
#include "stdint.h"
#include "stdlib.h"
#include "utils/gryphn_bool.h"
#include <core/src/uniforms/gryphn_uniform_layout.h>

View File

@@ -1,5 +1,6 @@
#include "metal_shader_compiler.h"
#include "spirv_msl.hpp"
#include "stdlib.h"
// #include "iostream"
typedef struct mtlCompiler_t {