mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-25 13:31:59 +00:00
Fix build on recent gcc/libstdc++
This commit is contained in:
parent
e0de0893a9
commit
2081cb1d34
3 changed files with 3 additions and 0 deletions
|
@ -2162,6 +2162,7 @@ VMA_CALL_PRE void VMA_CALL_POST vmaDestroyImage(
|
||||||
#undef VMA_IMPLEMENTATION
|
#undef VMA_IMPLEMENTATION
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#include <cstdio>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
#include "vulkanbuilders.h"
|
#include "vulkanbuilders.h"
|
||||||
#include "vulkansurface.h"
|
#include "vulkansurface.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
#include "vulkanswapchain.h"
|
#include "vulkanswapchain.h"
|
||||||
#include "vulkanobjects.h"
|
#include "vulkanobjects.h"
|
||||||
|
|
Loading…
Reference in a new issue