aboutsummaryrefslogtreecommitdiffstats
path: root/community/anytun/fix-iostream.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/anytun/fix-iostream.patch')
-rw-r--r--community/anytun/fix-iostream.patch10
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)
+ {