summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs/codec.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-10-27 07:09:17 +0100
committerLioncash <mathew1800@gmail.com>2020-10-27 07:16:42 +0100
commitc04203b786d87ecb66811341e7ea776452664e91 (patch)
tree425b6993279146d7096d8af35287f3cc26127e40 /src/video_core/command_classes/codecs/codec.cpp
parentMerge pull request #4729 from ameerj/nvdec-prod (diff)
downloadyuzu-c04203b786d87ecb66811341e7ea776452664e91.tar
yuzu-c04203b786d87ecb66811341e7ea776452664e91.tar.gz
yuzu-c04203b786d87ecb66811341e7ea776452664e91.tar.bz2
yuzu-c04203b786d87ecb66811341e7ea776452664e91.tar.lz
yuzu-c04203b786d87ecb66811341e7ea776452664e91.tar.xz
yuzu-c04203b786d87ecb66811341e7ea776452664e91.tar.zst
yuzu-c04203b786d87ecb66811341e7ea776452664e91.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/command_classes/codecs/codec.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/command_classes/codecs/codec.cpp b/src/video_core/command_classes/codecs/codec.cpp
index 2df410be8..1adf3cd13 100644
--- a/src/video_core/command_classes/codecs/codec.cpp
+++ b/src/video_core/command_classes/codecs/codec.cpp
@@ -4,6 +4,7 @@
#include <cstring>
#include <fstream>
+#include <vector>
#include "common/assert.h"
#include "video_core/command_classes/codecs/codec.h"
#include "video_core/command_classes/codecs/h264.h"