diff options
| author | Rodrigo Locatti <rodrigo.locatti@gmail.com> | 2021-04-23 02:38:02 -0300 |
|---|---|---|
| committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-07-22 21:51:29 -0400 |
| commit | 2dc86372c76afb134651499452bb5074b6d1e839 (patch) | |
| tree | 97c6e2bc07710a0913f262f24d392e96699324a5 /src/video_core/vulkan_common | |
| parent | 7a1f296cda32bdb8996f25fd1862b422ac2bfe48 (diff) | |
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.h | 2 |
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 @@ #pragma once +#include <span> #include <string> #include <string_view> #include <unordered_map> -#include <span> #include <vector> #include "common/common_types.h" |
