encoders/codecs: Add missing includes

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2020-08-10 03:32:11 +02:00
parent 66b1715d78
commit 6b57cdf019
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
// SOFTWARE.
#pragma once
#include <map>
#include "common.hpp"
// Codec: H264
#define P_H264 "Codec.H264"

View file

@ -20,7 +20,7 @@
// SOFTWARE.
#pragma once
#include <vector>
#include "common.hpp"
// Codec: HEVC
#define P_HEVC "Codec.HEVC"