Merge pull request #3 from Edstub207/patch-1

Fixing compile error on Unreal 5.3
This commit is contained in:
benui 2023-11-01 13:15:40 -07:00 committed by GitHub
commit f662f8b504
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>