mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #26839: video: fix includes
This commit is contained in:
@ -42,6 +42,7 @@ extern "C" {
|
||||
#include <libavdevice/avdevice.h>
|
||||
#include <libswscale/swscale.h>
|
||||
}
|
||||
#include <unistd.h>
|
||||
#include <map>
|
||||
|
||||
#include "manager.h"
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include <stdexcept> // for std::runtime_error
|
||||
#include <sstream>
|
||||
#include <algorithm>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "logger.h"
|
||||
#include "scoped_lock.h"
|
||||
|
Reference in New Issue
Block a user