Add <map> header to fix build with boost-1.77
From Brad, thank.
This commit is contained in:
parent
3a022df61a
commit
6606f5e7dc
@ -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>
|
Loading…
Reference in New Issue
Block a user