Fix: Compilation issue GCC13 with Vulkan

Has been reported by different developers that the Vulkan
backend doesn't compile on GCC13.

Pull Request: https://projects.blender.org/blender/blender/pulls/110992
This commit is contained in:
Jeroen Bakker 2023-08-10 11:27:44 +02:00
parent 598af45459
commit 1bbfa8c5d3
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
*
* SPDX-License-Identifier: GPL-2.0-or-later */
#include <cstdio>
#ifdef __APPLE__
# include <MoltenVK/vk_mvk_moltenvk.h>
#else