Skip to content

Commit 4d87294

Browse files
Add missing Build Imports
1 parent dff5874 commit 4d87294

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Scripts/BuildPlugin.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@echo off
2-
ue4 package -NoHostPlatform -TargetPlatforms=Win64+Android+Linux+LinuxArm64
2+
ue4 package -NoHostPlatform -TargetPlatforms=Win64+Android+Linux+LinuxArm64 -Package=%UserProfile%\Downloads\ThirdwebSDK_Dist

Source/Thirdweb/Private/Wallets/ThirdwebInAppWalletHandle.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
#include "Misc/DefaultValueHelper.h"
1717

18+
#include "Tasks/Task.h"
19+
1820
#define CHECK_ECOSYSTEM(ErrorDelegate) \
1921
if (UThirdwebRuntimeSettings::GetEcosystemId().IsEmpty()) \
2022
{ \

Source/Thirdweb/Public/ThirdwebMacros.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// ReSharper disable CppUE4CodingStandardNamingViolationWarning,CppUE4CodingStandardNamingViolationWarning
44
#pragma once
55

6+
#include "Delegates/DelegateCombinations.h"
7+
68
#define TO_RUST_STRING(v) v.IsEmpty() ? nullptr : TCHAR_TO_UTF8(*v)
79

810
#define TO_RUST_TIMESTAMP(v) v == FDateTime::MinValue() ? 0 : v.ToUnixTimestamp()

0 commit comments

Comments
 (0)