diff --git a/thirdparty/vulkan/vk_mem_alloc.h b/thirdparty/vulkan/vk_mem_alloc.h index 65d6243419..9890f20f7c 100644 --- a/thirdparty/vulkan/vk_mem_alloc.h +++ b/thirdparty/vulkan/vk_mem_alloc.h @@ -2063,7 +2063,11 @@ available through VmaAllocatorCreateInfo::pRecordSettings. #endif // #if defined(__ANDROID__) && VMA_STATIC_VULKAN_FUNCTIONS && VK_NO_PROTOTYPES #ifndef VULKAN_H_ - #include + #ifdef USE_VOLK + #include + #else + #include + #endif #endif // Define this macro to declare maximum supported Vulkan version in format AAABBBCCC,