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

@ -6,6 +6,7 @@
#include <blah/graphics/material.h>
#include <blah/math/calc.h>
#include <blah/core/app.h>
#include <cmath>
using namespace Blah;
namespace