Skip to content

Commit

Permalink
5.4 build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
landelare committed Apr 23, 2024
1 parent 7d3d876 commit 59e188e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <concepts>
#endif
#include <functional>
#include "Engine/OverlapResult.h"
#include "Engine/StreamableManager.h"
#include "UE5Coro/AsyncCoroutine.h"
#include "UE5Coro/Private.h"
Expand Down
2 changes: 1 addition & 1 deletion Plugins/UE5Coro/UE5Coro.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.10.1",
"VersionName": "1.10.2",
"FriendlyName": "UE5Coro",
"Description": "C++17/20 coroutine implementation for Unreal Engine",
"Category": "Programming",
Expand Down

0 comments on commit 59e188e

Please sign in to comment.