RtpCtrlThread: Add a missing include
This commit is contained in:
parent
0a8b34843c
commit
5ffaebf70d
|
@ -21,6 +21,7 @@
|
||||||
#define ZM_RTP_CTRL_H
|
#define ZM_RTP_CTRL_H
|
||||||
|
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
#include <sys/types.h>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
|
||||||
// Defined in ffmpeg rtp.h
|
// Defined in ffmpeg rtp.h
|
||||||
|
|
Loading…
Reference in New Issue