summaryrefslogtreecommitdiff
path: root/dnsdist/gcc11.patch
blob: d59da9537aeaa1400e36fd90985cae908c0086cd (plain)
1
2
3
4
5
6
7
8
9
10
--- dnsdist-1.6.0/lock.hh	2021-05-17 23:30:36.284654809 +0200
+++ dnsdist-1.6.0/lock.hh	2021-05-17 23:29:56.689998795 +0200
@@ -21,6 +21,7 @@
  */
 #pragma once
 #include <shared_mutex>
+#include <mutex>
 
 class ReadWriteLock
 {