build: resolve missing includes under gcc-13

This commit is contained in:
Jan Engelhardt 2023-03-30 23:41:22 +02:00 committed by nashmuhandes
commit a00da83fb6
3 changed files with 3 additions and 3 deletions

View file

@ -121,7 +121,7 @@ for user-defined purpose without allocating any real GPU memory.
See documentation chapter: \ref statistics.
*/
#include <stdio.h>
#ifdef __cplusplus
extern "C" {
#endif

View file

@ -1,4 +1,4 @@
#include <stdexcept>
#include "vulkanbuilders.h"
#include "vulkansurface.h"
#include "vulkancompatibledevice.h"

View file

@ -1,4 +1,4 @@
#include <stdexcept>
#include "vulkanswapchain.h"
#include "vulkanobjects.h"
#include "vulkansurface.h"