Skip to content

Commit

Permalink
Fix for #51: added inclusion of map header to rtsp_client.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bondagit committed Oct 5, 2021
1 parent e12d160 commit b2a582a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 1 addition & 0 deletions daemon/rtsp_client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include <boost/asio/ip/tcp.hpp>
#include <mutex>
#include <map>

struct RtspSource {
std::string id;
Expand Down

0 comments on commit b2a582a

Please sign in to comment.