Fixed more *nix compile issues

This commit is contained in:
2023-02-03 06:23:21 -08:00
parent 7db25fc659
commit 6e9a54b4f2
7 changed files with 15 additions and 14 deletions

View File

@ -6,6 +6,7 @@
#pragma once
#include "Prefab.hpp"
#include "scene/SceneItem.hpp"
#include "game/DawnGame.hpp"
namespace Dawn {
template<class T>