Fixing compile error on Unreal 5.3

This commit is contained in:
Eddie Stubbington 2023-09-22 00:33:16 +01:00 committed by GitHub
parent 9496087f9c
commit 59645dbf9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
// Distributed under the MIT License (MIT) (see accompanying LICENSE file)
#include "TextureManager.h"
#include "RHITypes.h"
#include <Engine/Texture2D.h>
#include <Framework/Application/SlateApplication.h>