From 0d0e65e6ea2fe1fcd8c9acc4afcc924e5ec2dae9 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Wed, 19 Oct 2022 02:09:09 -0700 Subject: [PATCH] amdvlk: fix build with gcc12 --- .../amdvlk/patches/pal-missing-time-include.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/amdvlk/patches/pal-missing-time-include.patch diff --git a/srcpkgs/amdvlk/patches/pal-missing-time-include.patch b/srcpkgs/amdvlk/patches/pal-missing-time-include.patch new file mode 100644 index 000000000000..eb45353fe253 --- /dev/null +++ b/srcpkgs/amdvlk/patches/pal-missing-time-include.patch @@ -0,0 +1,12 @@ +diff --git a/pal/src/util/lnx/lnxUuid.cpp b/pal/src/util/lnx/lnxUuid.cpp +index 603db2a7..56c5d1f4 100644 +--- a/pal/src/util/lnx/lnxUuid.cpp ++++ b/pal/src/util/lnx/lnxUuid.cpp +@@ -29,6 +29,7 @@ + #include "util/imported/libuuid/libuuid.h" + + #include ++#include + #include + + namespace Util