Skip to content

Commit

Permalink
Windows: Fix build error due to missing definition of Texture2D
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomShaper committed Jul 8, 2024
1 parent 92c8e87 commit 50bf2e5
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 50bf2e5

Please sign in to comment.