Skip to content

Commit ec02d40

Browse files
committed
Merge pull request #94067 from RandomShaper/fix_build
Windows: Fix build error due to missing definition of Texture2D
2 parents 9804a8e + 50bf2e5 commit ec02d40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/windows/display_server_windows.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#include "core/version.h"
3939
#include "drivers/png/png_driver_common.h"
4040
#include "main/main.h"
41+
#include "scene/resources/texture.h"
4142

4243
#if defined(VULKAN_ENABLED)
4344
#include "rendering_context_driver_vulkan_windows.h"

0 commit comments

Comments
 (0)