Merge pull request #94067 from RandomShaper/fix_build

Windows: Fix build error due to missing definition of Texture2D
This commit is contained in:
Rémi Verschelde 2024-07-08 11:48:36 +02:00
commit ec02d406ca
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#include "core/version.h"
#include "drivers/png/png_driver_common.h"
#include "main/main.h"
#include "scene/resources/texture.h"
#if defined(VULKAN_ENABLED)
#include "rendering_context_driver_vulkan_windows.h"