Add required headers to compile on macos

This commit is contained in:
Sherjil Ozair
2021-01-03 02:27:58 +00:00
parent d8930f15ac
commit 4e80149987
8 changed files with 13 additions and 5 deletions

View File

@ -1,5 +1,6 @@
#include <blah/graphics/material.h>
#include <blah/core/log.h>
#include <cstring>
using namespace Blah;