Merge pull request #16067 from neheb/dn
dnsdist: fix compilation with GCC11
This commit is contained in:
commit
6e9e50641b
1 changed files with 10 additions and 0 deletions
10
net/dnsdist/patches/020-gcc11.patch
Normal file
10
net/dnsdist/patches/020-gcc11.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/lock.hh
|
||||
+++ b/lock.hh
|
||||
@@ -20,6 +20,7 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
#pragma once
|
||||
+#include <mutex>
|
||||
#include <shared_mutex>
|
||||
|
||||
class ReadWriteLock
|
Loading…
Reference in a new issue