Skip to content

Commit

Permalink
Fix misssing include in non-unity builds (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky authored May 3, 2024
1 parent 72f9b18 commit e4b7260
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Fixes

- Fix misssing include in non-unity builds ([#554](https://github.com/getsentry/sentry-unreal/pull/554))

### Dependencies

- Bump CLI from v2.31.0 to v2.31.2 ([#551](https://github.com/getsentry/sentry-unreal/pull/551), [#553](https://github.com/getsentry/sentry-unreal/pull/553))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "SentrySymToolsDownloader.h"

#include "Runtime/Launch/Resources/Version.h"
#include "HttpModule.h"
#include "Interfaces/IHttpRequest.h"
#include "Interfaces/IHttpResponse.h"
Expand Down

0 comments on commit e4b7260

Please sign in to comment.