Skip to content

Commit

Permalink
Add missing Build Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtycajunrice committed Oct 16, 2024
1 parent dff5874 commit 4d87294
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/BuildPlugin.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
ue4 package -NoHostPlatform -TargetPlatforms=Win64+Android+Linux+LinuxArm64
ue4 package -NoHostPlatform -TargetPlatforms=Win64+Android+Linux+LinuxArm64 -Package=%UserProfile%\Downloads\ThirdwebSDK_Dist
2 changes: 2 additions & 0 deletions Source/Thirdweb/Private/Wallets/ThirdwebInAppWalletHandle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

#include "Misc/DefaultValueHelper.h"

#include "Tasks/Task.h"

#define CHECK_ECOSYSTEM(ErrorDelegate) \
if (UThirdwebRuntimeSettings::GetEcosystemId().IsEmpty()) \
{ \
Expand Down
2 changes: 2 additions & 0 deletions Source/Thirdweb/Public/ThirdwebMacros.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// ReSharper disable CppUE4CodingStandardNamingViolationWarning,CppUE4CodingStandardNamingViolationWarning
#pragma once

#include "Delegates/DelegateCombinations.h"

#define TO_RUST_STRING(v) v.IsEmpty() ? nullptr : TCHAR_TO_UTF8(*v)

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

0 comments on commit 4d87294

Please sign in to comment.