diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e805f21..e9005bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/plugin-dev/Source/SentryEditor/Private/SentrySymToolsDownloader.cpp b/plugin-dev/Source/SentryEditor/Private/SentrySymToolsDownloader.cpp index 8c440786..62e9df8a 100644 --- a/plugin-dev/Source/SentryEditor/Private/SentrySymToolsDownloader.cpp +++ b/plugin-dev/Source/SentryEditor/Private/SentrySymToolsDownloader.cpp @@ -2,6 +2,7 @@ #include "SentrySymToolsDownloader.h" +#include "Runtime/Launch/Resources/Version.h" #include "HttpModule.h" #include "Interfaces/IHttpRequest.h" #include "Interfaces/IHttpResponse.h"