From b2a582a14a01774d20475fa4fffe6584c2dd5ab4 Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli Date: Tue, 5 Oct 2021 19:19:41 +0200 Subject: [PATCH] Fix for #51: added inclusion of map header to rtsp_client.hpp --- daemon/main.cpp | 2 +- daemon/rtsp_client.hpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/main.cpp b/daemon/main.cpp index 1a41d5e..763d9b3 100644 --- a/daemon/main.cpp +++ b/daemon/main.cpp @@ -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 terminate = false; void termination_handler(int signum) { diff --git a/daemon/rtsp_client.hpp b/daemon/rtsp_client.hpp index 66dd4a1..7c8623e 100644 --- a/daemon/rtsp_client.hpp +++ b/daemon/rtsp_client.hpp @@ -22,6 +22,7 @@ #include #include +#include struct RtspSource { std::string id;