Fixed missing include files

This commit is contained in:
Andrea Bondavalli 2020-06-06 23:36:26 +02:00
parent 9aaa5172ee
commit 7c5d2a4b29
3 changed files with 3 additions and 1 deletions

View File

@ -32,6 +32,7 @@
#include <list>
#include <shared_mutex>
#include <thread>
#include <set>
#include "config.hpp"
#include "rtsp_client.hpp"

View File

@ -25,6 +25,7 @@
#include <iostream>
#include <memory>
#include <unordered_set>
#include <vector>
#include "session_manager.hpp"

View File

@ -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 {