mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 08:50:01 +00:00
codec: Add missing <string_view> include
This commit is contained in:
parent
eb1e3f19bb
commit
ae028ddf22
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <string_view>
|
||||
#include <queue>
|
||||
#include "common/common_types.h"
|
||||
#include "video_core/command_classes/nvdec_common.h"
|
||||
|
|
Loading…
Reference in a new issue