Fixed missing include files
This commit is contained in:
parent
9aaa5172ee
commit
7c5d2a4b29
@ -32,6 +32,7 @@
|
||||
#include <list>
|
||||
#include <shared_mutex>
|
||||
#include <thread>
|
||||
#include <set>
|
||||
|
||||
#include "config.hpp"
|
||||
#include "rtsp_client.hpp"
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
#include "session_manager.hpp"
|
||||
|
||||
|
@ -344,7 +344,7 @@ struct Client {
|
||||
return {res->status == 200, res->body};
|
||||
}
|
||||
|
||||
bool wait_for_remote_mdns_sources(int num) {
|
||||
bool wait_for_remote_mdns_sources(unsigned int num) {
|
||||
boost::property_tree::ptree pt;
|
||||
int retry = 10;
|
||||
do {
|
||||
|
Loading…
x
Reference in New Issue
Block a user