Fix build on recent gcc/libstdc++

This commit is contained in:
Brian Koropoff 2023-05-06 18:28:55 -07:00 committed by Christoph Oelckers
parent e0de0893a9
commit 2081cb1d34
3 changed files with 3 additions and 0 deletions

View file

@ -2162,6 +2162,7 @@ VMA_CALL_PRE void VMA_CALL_POST vmaDestroyImage(
#undef VMA_IMPLEMENTATION
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <utility>

View file

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

View file

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