Add render/Scene.h include to Model.h

This commit is contained in:
Ryan Huffman 2015-06-04 13:45:10 -07:00
parent a62b55fcb2
commit 5af52048ec

View file

@ -30,6 +30,7 @@
#include <gpu/Batch.h>
#include <gpu/Pipeline.h>
#include "PhysicsEntity.h"
#include <render/Scene.h>
#include <Transform.h>
#include "AnimationHandle.h"