diff options
| author | Lioncash <mathew1800@gmail.com> | 2020-10-27 02:09:17 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2020-10-27 02:16:42 -0400 |
| commit | c04203b786d87ecb66811341e7ea776452664e91 (patch) | |
| tree | 425b6993279146d7096d8af35287f3cc26127e40 /src/video_core/command_classes/codecs/codec.cpp | |
| parent | d33399e1f46a10490b586196c6d0db0f04be4206 (diff) | |
nvdec: Tidy up header includes
Prevents a few unnecessary inclusions.
Diffstat (limited to 'src/video_core/command_classes/codecs/codec.cpp')
| -rw-r--r-- | src/video_core/command_classes/codecs/codec.cpp | 1 |
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" |
