mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
encoders/codecs: Add missing includes
This commit is contained in:
parent
66b1715d78
commit
6b57cdf019
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue