Skip to content

Commit

Permalink
Merge pull request #94067 from RandomShaper/fix_build
Browse files Browse the repository at this point in the history
Windows: Fix build error due to missing definition of Texture2D
  • Loading branch information
akien-mga committed Jul 8, 2024
2 parents 9804a8e + 50bf2e5 commit ec02d40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/windows/display_server_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ec02d40

Please sign in to comment.