From 935f856e18f631a0f322fb83e675ebc20476fd3c Mon Sep 17 00:00:00 2001 From: Yuval Hager Date: Tue, 15 May 2018 09:37:07 -0700 Subject: [PATCH] fix compilation with boost 1.67 --- boost/network/protocol/stream_handler.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/boost/network/protocol/stream_handler.hpp b/boost/network/protocol/stream_handler.hpp index 2231af0cf..ffb09b82b 100644 --- a/boost/network/protocol/stream_handler.hpp +++ b/boost/network/protocol/stream_handler.hpp @@ -18,6 +18,7 @@ #include #include #include +#include #include #include