add missing header that causes build issues on ue 4.27

This commit is contained in:
Mamadou Babaei
2023-03-28 10:39:59 +02:00
parent 75741ebd65
commit 2e9b2d10f2
@@ -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"