diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-09-08 21:09:01 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-09-11 23:19:14 +0200 |
commit | ae028ddf22e35178f4335baa9f65648e83087699 (patch) | |
tree | d2d3dc6ae733e9e4df4c6abec32108e28851c2a2 /src/video_core | |
parent | common_funcs: Replace <algorithm> with <iterator> (diff) | |
download | yuzu-ae028ddf22e35178f4335baa9f65648e83087699.tar yuzu-ae028ddf22e35178f4335baa9f65648e83087699.tar.gz yuzu-ae028ddf22e35178f4335baa9f65648e83087699.tar.bz2 yuzu-ae028ddf22e35178f4335baa9f65648e83087699.tar.lz yuzu-ae028ddf22e35178f4335baa9f65648e83087699.tar.xz yuzu-ae028ddf22e35178f4335baa9f65648e83087699.tar.zst yuzu-ae028ddf22e35178f4335baa9f65648e83087699.zip |
Diffstat (limited to 'src/video_core')
-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" |