Add <map> header to fix build with boost-1.77

From Brad, thank.
This commit is contained in:
kirby 2021-07-20 05:12:52 +00:00
parent 3a022df61a
commit 6606f5e7dc

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-src_network_bufferedconnection_h,v 1.1 2021/07/20 05:12:52 kirby Exp $
Fix build with Boost 1.77.
Index: src/network/bufferedconnection.h
--- src/network/bufferedconnection.h.orig
+++ src/network/bufferedconnection.h
@@ -20,6 +20,7 @@
#ifndef WL_NETWORK_BUFFEREDCONNECTION_H
#define WL_NETWORK_BUFFEREDCONNECTION_H
+#include <map>
#include <memory>
#include <mutex>
#include <thread>