add missing header that causes build issues on ue 4.27

This commit is contained in:
Mamadou Babaei
2023-03-28 10:34:52 +02:00
parent 24eb573007
commit e89643f8d0
@@ -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"