diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-09-08 15:09:01 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-09-11 17:19:14 -0400 |
commit | ae028ddf22e35178f4335baa9f65648e83087699 (patch) | |
tree | d2d3dc6ae733e9e4df4c6abec32108e28851c2a2 /src | |
parent | eb1e3f19bb58802497ad2d71a36964d182839471 (diff) |
codec: Add missing <string_view> include
Diffstat (limited to 'src')
-rw-r--r-- | src/video_core/command_classes/codecs/codec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/command_classes/codecs/codec.h b/src/video_core/command_classes/codecs/codec.h index 1508d36c2..f9a80886f 100644 --- a/src/video_core/command_classes/codecs/codec.h +++ b/src/video_core/command_classes/codecs/codec.h @@ -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" |