Skip to content

Commit a1fb3db

Browse files
committed
Fix packaging issues
1 parent ff551ac commit a1fb3db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Source/Sentry/Private/SentryLibrary.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
#include "SentryId.h"
99
#include "SentryAttachment.h"
1010

11+
#include "HAL/FileManager.h"
12+
#include "Misc/FileHelper.h"
13+
#include "Misc/Paths.h"
14+
1115
USentryEvent* USentryLibrary::CreateSentryEvent(const FString& Message, ESentryLevel Level)
1216
{
1317
USentryEvent* Event = NewObject<USentryEvent>();

0 commit comments

Comments
 (0)