File Play-fix-building-with-gcc13.patch of Package Play
diff -Nur Play-0~git20230327-orig/deps/Framework/src/vulkan/Instance.cpp Play-0~git20230327/deps/Framework/src/vulkan/Instance.cpp
--- Play-0~git20230327-orig/deps/Framework/src/vulkan/Instance.cpp 2023-03-27 15:27:22.000000000 +0200
+++ Play-0~git20230327/deps/Framework/src/vulkan/Instance.cpp 2023-04-02 11:40:06.196430255 +0200
@@ -1,6 +1,7 @@
#include "vulkan/VulkanDef.h"
#include "vulkan/Instance.h"
#include "vulkan/Loader.h"
+#include <stdexcept>
#define SET_PROC_ADDR(functionName) this->functionName = reinterpret_cast<PFN_##functionName>(CLoader::GetInstance().vkGetInstanceProcAddr(m_handle, #functionName));
diff -Nur Play-0~git20230327-orig/Source/hdd/ApaDefs.h Play-0~git20230327/Source/hdd/ApaDefs.h
--- Play-0~git20230327-orig/Source/hdd/ApaDefs.h 2023-03-27 15:27:22.000000000 +0200
+++ Play-0~git20230327/Source/hdd/ApaDefs.h 2023-04-02 11:56:23.692203787 +0200
@@ -1,4 +1,5 @@
#pragma once
+#include <cstdint>
namespace Hdd
{
diff -Nur Play-0~git20230327-orig/Source/hdd/PfsDefs.h Play-0~git20230327/Source/hdd/PfsDefs.h
--- Play-0~git20230327-orig/Source/hdd/PfsDefs.h 2023-03-27 15:27:22.000000000 +0200
+++ Play-0~git20230327/Source/hdd/PfsDefs.h 2023-04-02 12:00:14.277102095 +0200
@@ -1,4 +1,5 @@
#pragma once
+#include <cstdint>
namespace Hdd
{