summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-09-08 21:09:01 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-09-11 23:19:14 +0200
commitae028ddf22e35178f4335baa9f65648e83087699 (patch)
treed2d3dc6ae733e9e4df4c6abec32108e28851c2a2
parentcommon_funcs: Replace <algorithm> with <iterator> (diff)
downloadyuzu-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
-rw-r--r--src/video_core/command_classes/codecs/codec.h1
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"