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;