diff --git a/dGame/Entity.cpp b/dGame/Entity.cpp index 3707e5db..49f8a9d2 100644 --- a/dGame/Entity.cpp +++ b/dGame/Entity.cpp @@ -71,6 +71,7 @@ #include "LUPExhibitComponent.h" #include "TriggerComponent.h" #include "ItemComponent.h" +#include "MutableModelBehaviorComponent.h" Entity::Entity(const LWOOBJID& objectID, EntityInfo info, Entity* parentEntity) { m_ObjectID = objectID;