Fix for #51: added inclusion of map header to rtsp_client.hpp
This commit is contained in:
parent
e12d160aa9
commit
b2a582a14a
@ -35,7 +35,7 @@ namespace po = boost::program_options;
|
||||
namespace postyle = boost::program_options::command_line_style;
|
||||
namespace logging = boost::log;
|
||||
|
||||
static std::string version("bondagit-1.3");
|
||||
static std::string version("bondagit-1.3.1");
|
||||
static std::atomic<bool> terminate = false;
|
||||
|
||||
void termination_handler(int signum) {
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include <boost/asio/ip/tcp.hpp>
|
||||
#include <mutex>
|
||||
#include <map>
|
||||
|
||||
struct RtspSource {
|
||||
std::string id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user