From bbdc6eb8430581f107bc23e05559eb485a8fc154 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Tue, 27 Mar 2018 02:00:24 +0300 Subject: main/boost: bump dependent aports --- community/anytun/fix-iostream.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 community/anytun/fix-iostream.patch (limited to 'community/anytun/fix-iostream.patch') diff --git a/community/anytun/fix-iostream.patch b/community/anytun/fix-iostream.patch new file mode 100644 index 0000000000..12dffd8d6d --- /dev/null +++ b/community/anytun/fix-iostream.patch @@ -0,0 +1,10 @@ +--- a/src/routingTreeNode.cpp.orig 2018-03-27 19:30:45.345569478 +0300 ++++ b/src/routingTreeNode.cpp 2018-03-27 19:30:53.217662424 +0300 +@@ -44,6 +44,7 @@ + */ + + #include "routingTreeNode.h" ++#include + + RoutingTreeNode::RoutingTreeNode():mux_(0),valid_(false) + { -- cgit v1.2.1