Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Nov 17, 2023
1 parent 81ee169 commit ed06b64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Kdtree/Source/Kdtree/Private/AsyncKdtreeBPLibrary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "KdtreeInternal.h"
#include "Kismet/BlueprintAsyncActionBase.h"
#include "Engine/Engine.h"
#include "Engine/LatentActionManager.h"
#include "Async/AsyncWork.h"

struct FBuildKdtreeTaskParams
Expand Down
1 change: 1 addition & 0 deletions Kdtree/Source/Kdtree/Public/AsyncKdtreeBPLibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "KdtreeCommon.h"
#include "Kismet/BlueprintFunctionLibrary.h"
#include "LatentActions.h"
#include "Engine/LatentActionManager.h"

#include "AsyncKdtreeBPLibrary.generated.h"

Expand Down

0 comments on commit ed06b64

Please sign in to comment.