mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-08 23:27:54 +00:00
codec: Add missing <string_view> include
This commit is contained in:
parent
c4801b0599
commit
84b969a442
|
|
@ -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