add missing header that causes build issues on ue 4.27

This commit is contained in:
Mamadou Babaei
2023-03-23 19:23:13 +01:00
parent 928257fef8
commit 7bd166c095
@@ -37,6 +37,7 @@
#include "Animation/Skeleton.h"
#include "Components/SkeletalMeshComponent.h"
#include "DrawDebugHelpers.h"
#include "Engine/SkeletalMesh.h"
#include "Kismet/GameplayStatics.h"
#include "UObject/ConstructorHelpers.h"