Skip to content

Commit

Permalink
[UE5.4] Added missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSeliv committed Apr 26, 2024
1 parent e39ec02 commit cbf7cf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/PoolManager/Private/Data/PoolManagerSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include "Data/PoolManagerSettings.h"
//---
#include "Factories/PoolFactory_UObject.h"
//---
#include UE_INLINE_GENERATED_CPP_BY_NAME(PoolManagerSettings)

// Returns all Pool Factories that will be used by the Pool Manager
Expand Down
2 changes: 2 additions & 0 deletions Source/PoolManager/Private/Factories/PoolFactory_UObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include "Factories/PoolFactory_UObject.h"
//---
#include "Data/PoolManagerSettings.h"
//---
#include "TimerManager.h"
#include "Engine/World.h"
//---
#include UE_INLINE_GENERATED_CPP_BY_NAME(PoolFactory_UObject)
Expand Down

0 comments on commit cbf7cf1

Please sign in to comment.