aboutsummaryrefslogtreecommitdiffstats
path: root/community/anytun/fix-iostream.patch
blob: 12dffd8d6da33fa8c80c5ea636022f2e8af1d746 (plain)
1
2
3
4
5
6
7
8
9
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)
 {