build: resolve missing includes under gcc-13
This commit is contained in:
parent
7b26a144c2
commit
a00da83fb6
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
#include <stdexcept>
|
||||
#include "vulkanbuilders.h"
|
||||
#include "vulkansurface.h"
|
||||
#include "vulkancompatibledevice.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
#include <stdexcept>
|
||||
#include "vulkanswapchain.h"
|
||||
#include "vulkanobjects.h"
|
||||
#include "vulkansurface.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue