Skip to content

Commit 335f58e

Browse files
add missing includes for iOS
1 parent be9d6ce commit 335f58e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Source/Thirdweb/Public/ThirdwebInternal.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
#pragma once
44

5+
#include "Containers/UnrealString.h"
6+
7+
#include "Templates/SharedPointer.h"
8+
59
// Created as a struct instead of a namespaces so the functions are not exported.
610
struct FThirdwebAnalytics
711
{

0 commit comments

Comments
 (0)