gcc13 fixes

This commit is contained in:
Gwyn Ciesla 2023-02-23 08:56:27 -06:00
parent 9eda9f7559
commit 27eb0f3116
5 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,8 @@
// THE SOFTWARE. // THE SOFTWARE.
// //
#include <cstdio>
#ifndef AMD_VULKAN_MEMORY_ALLOCATOR_H #ifndef AMD_VULKAN_MEMORY_ALLOCATOR_H
#define AMD_VULKAN_MEMORY_ALLOCATOR_H #define AMD_VULKAN_MEMORY_ALLOCATOR_H

View File

@ -10,6 +10,7 @@
#include <mutex> #include <mutex>
#include <stdexcept> #include <stdexcept>
#include <thread> #include <thread>
#include <stdexcept>
#include "../source/Irrlicht/os.h" #include "../source/Irrlicht/os.h"

View File

@ -1,3 +1,5 @@
#include <stdexcept>
#include "ge_vulkan_depth_texture.hpp" #include "ge_vulkan_depth_texture.hpp"
#include "ge_main.hpp" #include "ge_main.hpp"

View File

@ -12,6 +12,7 @@
#include <cassert> #include <cassert>
#include <stdexcept> #include <stdexcept>
#include <vector> #include <vector>
#include <stdexcept>
namespace GE namespace GE
{ {

View File

@ -13,6 +13,7 @@
#include <cstdint> #include <cstdint>
#include <stdexcept> #include <stdexcept>
#include <unordered_map> #include <unordered_map>
#include <stdexcept>
namespace GE namespace GE
{ {