Skip to content

Commit

Permalink
Moved Version.h include above ENGINE_MAJOR_VERSION macro usage and ad…
Browse files Browse the repository at this point in the history
…ded includes for MemoryReader.h and MemoryWriter.h
  • Loading branch information
bapin93 committed Jan 23, 2025
1 parent 6a9c310 commit 3861630
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/CoreUtility/Private/CUBlueprintLibrary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
#include "HAL/ThreadSafeBool.h"
#include "RHI.h"
#include "Misc/FileHelper.h"
#include "Runtime/Launch/Resources/Version.h"
#if ENGINE_MAJOR_VERSION == 5 && ENGINE_MINOR_VERSION >= 4
#include "Decoders/OpusAudioInfo.h"
#else
#include "OpusAudioInfo.h"
#endif
#include "Runtime/Launch/Resources/Version.h"
#include "Developer/TargetPlatform/Public/Interfaces/IAudioFormat.h"
#include "CoreMinimal.h"
#include "Engine/Engine.h"
Expand All @@ -27,6 +27,8 @@
#include "TextureResource.h"
#include "Audio.h"
#include "Sound/SoundWaveProcedural.h"
#include "Serialization/MemoryWriter.h"
#include "Serialization/MemoryReader.h"

#pragma warning( push )
#pragma warning( disable : 5046)
Expand Down

0 comments on commit 3861630

Please sign in to comment.