Skip to content

Commit bf501a0

Browse files
committed
chore: add missing include in EntityAPI.cpp
1 parent b902c75 commit bf501a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/legacy/api/EntityAPI.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#include "mc/world/actor/provider/ActorEquipment.h"
4040
#include "mc/world/actor/provider/SynchedActorDataAccess.h"
4141
#include "mc/world/attribute/Attribute.h"
42+
#include "mc/world/attribute/AttributeInstance.h" // IWYU pragma: keep
4243
#include "mc/world/attribute/AttributeInstanceHandle.h" // IWYU pragma: keep
4344
#include "mc/world/attribute/SharedAttributes.h"
4445
#include "mc/world/effect/EffectDuration.h"

0 commit comments

Comments
 (0)