Skip to content

Commit

Permalink
Fix packaging issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed May 13, 2022
1 parent ff551ac commit a1fb3db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/Sentry/Private/SentryLibrary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
#include "SentryId.h"
#include "SentryAttachment.h"

#include "HAL/FileManager.h"
#include "Misc/FileHelper.h"
#include "Misc/Paths.h"

USentryEvent* USentryLibrary::CreateSentryEvent(const FString& Message, ESentryLevel Level)
{
USentryEvent* Event = NewObject<USentryEvent>();
Expand Down

0 comments on commit a1fb3db

Please sign in to comment.