Skip to content

Commit 89443f7

Browse files
committed
- Added version header for all cases of usage because sometimes it cannot compile?
1 parent 39aabc0 commit 89443f7

7 files changed

Lines changed: 7 additions & 4 deletions

Source/RyEditor/Private/RyEditorAnimationHelpers.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@
88
#include "Animation/Skeleton.h"
99

1010
#include "Misc/MessageDialog.h"
11+
#include "Runtime/Launch/Resources/Version.h"
1112

1213
#if (ENGINE_MAJOR_VERSION == 5 && ENGINE_MINOR_VERSION >= 1) || ENGINE_MAJOR_VERSION > 5
1314
#include "AssetRegistry/AssetRegistryModule.h"
1415
#else
1516
#include "AssetRegistryModule.h"
1617
#endif
1718

18-
#include "Runtime/Launch/Resources/Version.h"
19-
2019
#define LOCTEXT_NAMESPACE "RyEditor"
2120

2221
//---------------------------------------------------------------------------------------------------------------------

Source/RyEditor/Private/RyEditorBlueprintHelpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include "RyEditorBlueprintHelpers.h"
44
#include "RyEditorModule.h"
5+
#include "Runtime/Launch/Resources/Version.h"
56

67
// Creating new blueprints
78
#include "Kismet2/KismetEditorUtilities.h"
@@ -17,7 +18,6 @@
1718
// Helpers
1819
#include "RyRuntimeObjectHelpers.h"
1920
#include "Misc/Paths.h"
20-
#include "Runtime/Launch/Resources/Version.h"
2121

2222
#define LOCTEXT_NAMESPACE "RyEditor"
2323

Source/RyEditor/Private/RyEditorDialogHelpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright 2020-2022 Solar Storm Interactive
22

33
#include "RyEditorDialogHelpers.h"
4+
#include "Runtime/Launch/Resources/Version.h"
45

56
#include "AssetToolsModule.h"
67
#include "PropertyEditorModule.h"
@@ -18,7 +19,6 @@
1819
#endif
1920

2021
#include "Misc/MessageDialog.h"
21-
#include "Runtime/Launch/Resources/Version.h"
2222

2323
//--------------------------------------------------------------------------------------------------------------------
2424
/**

Source/RyRuntime/Private/RyRuntimeComponentHelpers.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#include "RyRuntimeComponentHelpers.h"
55
#include "RyRuntimeModule.h"
6+
#include "Runtime/Launch/Resources/Version.h"
67

78
//---------------------------------------------------------------------------------------------------------------------
89
/**

Source/RyRuntime/Private/RyRuntimePlatformHelpers.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include "HAL/PlatformFileManager.h"
66
#include "GenericPlatform/GenericPlatformFile.h"
77
#include "GenericPlatform/GenericPlatformApplicationMisc.h"
8+
#include "Runtime/Launch/Resources/Version.h"
89

910
//---------------------------------------------------------------------------------------------------------------------
1011
/**

Source/RyRuntime/Private/RyRuntimeRenderingHelpers.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include "HeadMountedDisplayFunctionLibrary.h"
77
#include "HighResScreenshot.h"
88
#include "RenderCore/Public/ShaderPipelineCache.h"
9+
#include "Runtime/Launch/Resources/Version.h"
910

1011
#if WITH_EDITOR
1112
#include "Editor/EditorEngine.h"

Source/RyRuntime/Public/RyRuntimePlatformHelpers.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#pragma once
44

55
#include "Kismet/BlueprintFunctionLibrary.h"
6+
#include "Runtime/Launch/Resources/Version.h"
67

78
#include "RyRuntimePlatformHelpers.generated.h"
89

0 commit comments

Comments
 (0)