Skip to content

Commit

Permalink
Fix build problems on plugin packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dyanikoglu committed Jul 12, 2020
1 parent c6b8e69 commit ccbf551
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/ALSV4_CPP/Private/Character/AI/ALSAIController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// @author: Jens Bjarne Myhre

#include "Character/AI/ALSAIController.h"
#include "UObject/ConstructorHelpers.h"

AALSAIController::AALSAIController()
{
Expand Down
1 change: 1 addition & 0 deletions Source/ALSV4_CPP/Private/Character/ALSBaseCharacter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "GameFramework/CharacterMovementComponent.h"
#include "Kismet/KismetMathLibrary.h"
#include "Kismet/GameplayStatics.h"
#include "TimerManager.h"
#include "Net/UnrealNetwork.h"

AALSBaseCharacter::AALSBaseCharacter()
Expand Down
1 change: 1 addition & 0 deletions Source/ALSV4_CPP/Private/Character/ALSCharacter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


#include "Character/ALSCharacter.h"
#include "Engine/StaticMesh.h"
#include "Character/AI/ALSAIController.h"

AALSCharacter::AALSCharacter()
Expand Down

0 comments on commit ccbf551

Please sign in to comment.