Skip to content

Commit

Permalink
Fixed compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hfjooste committed Sep 10, 2023
1 parent 5ef46c0 commit 01da553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Plugins/USK/Source/USK/Dialogue/DialogueEntry.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "DialogueTransitionType.h"
#include "DialogueParticipant.h"
#include "Templates/SubclassOf.h"
#include "Sound/SoundBase.h"
#include "DialogueEntry.generated.h"

class UDialogue;
Expand Down
1 change: 1 addition & 0 deletions Plugins/USK/Source/USK/Dialogue/DialogueManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include "Dialogue.h"
#include "DialogueWidget.h"
#include "DialogueEntry.h"
#include "EnhancedInputComponent.h"
#include "EnhancedInputSubsystems.h"
#include "Components/AudioComponent.h"
Expand Down

0 comments on commit 01da553

Please sign in to comment.