]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/blob
c2bb43fe76da4f2e20d29980bb472075b961b2bc
[thirdparty/openembedded/openembedded-core-contrib.git] /
1 From 8c069a1c4452f626e5bafc547463507d86111319 Mon Sep 17 00:00:00 2001
2 From: Alexander Kanavin <alex@linutronix.de>
3 Date: Tue, 19 Jul 2022 16:55:40 +0200
4 Subject: [PATCH] framework/core/hpp_vulkan_resource.h: add header include that
5 defines std::exchange
6
7 Upstream-Status: Submitted [https://github.com/KhronosGroup/Vulkan-Samples/pull/501]
8 Signed-off-by: Alexander Kanavin <alex@linutronix.de>
9 ---
10 framework/core/hpp_vulkan_resource.h | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/framework/core/hpp_vulkan_resource.h b/framework/core/hpp_vulkan_resource.h
14 index 0e30f5a..8d83019 100644
15 --- a/framework/core/hpp_vulkan_resource.h
16 +++ b/framework/core/hpp_vulkan_resource.h
17 @@ -18,6 +18,7 @@
18 #pragma once
19
20 #include <vulkan/vulkan.hpp>
21 +#include <utility>
22
23 namespace vkb
24 {
25 --
26 2.30.2
27