Skip to content

Commit

Permalink
add required include for ENGINE VERSION macros
Browse files Browse the repository at this point in the history
  • Loading branch information
schetle committed Apr 3, 2024
1 parent 6af5c29 commit 289cd0d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
#include "RivePostProcessSceneViewExtension.h"

#include "Engine/TextureRenderTarget2D.h"
#include "ScreenPass.h"
#include "PostProcess/PostProcessMaterialInputs.h"
#include "Runtime/Launch/Resources/Version.h"
#include "ScreenPass.h"
#include "TextureResource.h"

FRivePostProcessSceneViewExtension::FRivePostProcessSceneViewExtension(const FAutoRegister& AutoRegister, UTextureRenderTarget2D& WidgetRenderTarget)
Expand Down

0 comments on commit 289cd0d

Please sign in to comment.