diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-03-27 02:00:24 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-28 13:11:26 +0000 |
commit | bbdc6eb8430581f107bc23e05559eb485a8fc154 (patch) | |
tree | 0a8ddf10b9ec70139db2f18391741066b48d6f41 /community/anytun/fix-iostream.patch | |
parent | 55c22575d57e17c72f708ebc7e58d7370924fb56 (diff) | |
download | aports-bbdc6eb8430581f107bc23e05559eb485a8fc154.tar.bz2 aports-bbdc6eb8430581f107bc23e05559eb485a8fc154.tar.xz |
main/boost: bump dependent aports
Diffstat (limited to 'community/anytun/fix-iostream.patch')
-rw-r--r-- | community/anytun/fix-iostream.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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 <iostream> + + RoutingTreeNode::RoutingTreeNode():mux_(0),valid_(false) + { |