From c2d5be0e5ddf83d9c109446d14b9d76025726625 Mon Sep 17 00:00:00 2001 From: Aaron Kimbre Date: Mon, 20 Mar 2023 20:59:11 -0500 Subject: [PATCH] include --- dGame/Entity.cpp | 1 + 1 file changed, 1 insertion(+) 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;