summaryrefslogtreecommitdiff
path: root/src/video_core/vulkan_common
diff options
context:
space:
mode:
authorGravatar Rodrigo Locatti2021-04-23 02:38:02 -0300
committerGravatar ameerj2021-07-22 21:51:29 -0400
commit2dc86372c76afb134651499452bb5074b6d1e839 (patch)
tree97c6e2bc07710a0913f262f24d392e96699324a5 /src/video_core/vulkan_common
parentshader: Fix render targets with null attachments (diff)
downloadyuzu-2dc86372c76afb134651499452bb5074b6d1e839.tar.gz
yuzu-2dc86372c76afb134651499452bb5074b6d1e839.tar.xz
yuzu-2dc86372c76afb134651499452bb5074b6d1e839.zip
shader: Fix bugs and build issues on GCC
Diffstat (limited to 'src/video_core/vulkan_common')
-rw-r--r--src/video_core/vulkan_common/vulkan_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/vulkan_common/vulkan_device.h b/src/video_core/vulkan_common/vulkan_device.h
index 4415558bb..ebe073293 100644
--- a/src/video_core/vulkan_common/vulkan_device.h
+++ b/src/video_core/vulkan_common/vulkan_device.h
@@ -4,10 +4,10 @@
4 4
5#pragma once 5#pragma once
6 6
7#include <span>
7#include <string> 8#include <string>
8#include <string_view> 9#include <string_view>
9#include <unordered_map> 10#include <unordered_map>
10#include <span>
11#include <vector> 11#include <vector>
12 12
13#include "common/common_types.h" 13#include "common/common_types.h"