Windows: Fix build error due to missing definition of Texture2D
This commit is contained in:
parent
92c8e87cd9
commit
50bf2e5b37
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue