Added some missing standard library header delcarations!

This commit is contained in:
Sertimus
2026-03-01 13:28:07 -05:00
parent 0b70bab618
commit 83ba5699ac
17 changed files with 32 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
#include "../log.hpp"
#include <format>
namespace game::resource
{
Shader::Shader(const char* vertex, const char* fragment)