We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15bfc7b commit dbc4a3bCopy full SHA for dbc4a3b
Source/BugSplat/Private/BugSplat.cpp
@@ -14,6 +14,8 @@
14
#include <Editor/MainFrame/Public/Interfaces/IMainFrameModule.h>
15
#include <BugSplatEditorSettings.h>
16
#include "BugSplatRuntime.h"
17
+#include "Modules/ModuleManager.h"
18
+#include "PropertyEditorModule.h"
19
20
static const FName BugSplatTabName("BugSplat");
21
Source/BugSplatRuntime/Private/BugSplatRuntime.cpp
@@ -11,6 +11,7 @@
11
#include "Misc/Paths.h"
12
#include "Misc/ConfigCacheIni.h"
13
#include "Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h"
+#include "Runtime/Launch/Resources/Version.h"
#include "HAL/PlatformTime.h"
#include "HAL/PlatformProperties.h"
#include "Misc/App.h"
0 commit comments