1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/anytun/fix-iostream.patch

10 lines
268 B
Diff

--- a/routingTreeNode.cpp.orig 2018-03-27 19:30:45.345569478 +0300
+++ b/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)
{