Skip to content

Commit

Permalink
Fixed build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hfjooste committed Jan 25, 2024
1 parent 0fc7fec commit a0c006b
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/Quests/QuestComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#pragma once

#include "CoreMinimal.h"
#include "Components/ActorComponent.h"
#include "QuestComponent.generated.h"

class AQuestManager;
Expand Down
1 change: 1 addition & 0 deletions Plugins/USK/Source/USK/Widgets/MessagePopupWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "MenuItem.h"
#include "Animation/WidgetAnimation.h"
#include "Components/PanelWidget.h"
#include "TimerManager.h"
#include "USK/Logger/Log.h"

/**
Expand Down

0 comments on commit a0c006b

Please sign in to comment.