encoders/codecs: Add missing includes
This commit is contained in:
parent
66b1715d78
commit
6b57cdf019
|
@ -20,7 +20,7 @@
|
|||
// SOFTWARE.
|
||||
|
||||
#pragma once
|
||||
#include <map>
|
||||
#include "common.hpp"
|
||||
|
||||
// Codec: H264
|
||||
#define P_H264 "Codec.H264"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
// SOFTWARE.
|
||||
|
||||
#pragma once
|
||||
#include <vector>
|
||||
#include "common.hpp"
|
||||
|
||||
// Codec: HEVC
|
||||
#define P_HEVC "Codec.HEVC"
|
||||
|
|
Loading…
Reference in New Issue