diff options
| author | 2021-09-08 15:09:01 -0400 | |
|---|---|---|
| committer | 2021-09-11 17:19:14 -0400 | |
| commit | ae028ddf22e35178f4335baa9f65648e83087699 (patch) | |
| tree | d2d3dc6ae733e9e4df4c6abec32108e28851c2a2 /src/video_core/command_classes | |
| parent | common_funcs: Replace <algorithm> with <iterator> (diff) | |
| download | yuzu-ae028ddf22e35178f4335baa9f65648e83087699.tar.gz yuzu-ae028ddf22e35178f4335baa9f65648e83087699.tar.xz yuzu-ae028ddf22e35178f4335baa9f65648e83087699.zip | |
codec: Add missing <string_view> include
Diffstat (limited to 'src/video_core/command_classes')
| -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 @@ | |||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <memory> | 7 | #include <memory> |
| 8 | #include <string_view> | ||
| 8 | #include <queue> | 9 | #include <queue> |
| 9 | #include "common/common_types.h" | 10 | #include "common/common_types.h" |
| 10 | #include "video_core/command_classes/nvdec_common.h" | 11 | #include "video_core/command_classes/nvdec_common.h" |