projects
/
pdns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03c03ab
)
Fix missing #include for gcc-11
author
Chris Hofstaedtler
<zeha@debian.org>
Mon, 28 Dec 2020 02:12:28 +0000
(
02:12
+0000)
committer
Chris Hofstaedtler
<zeha@debian.org>
Mon, 28 Dec 2020 02:12:28 +0000
(
02:12
+0000)
Gbp-Pq: Name 0001-Fix-missing-include-for-gcc-11.patch
pdns/lua-record.cc
patch
|
blob
|
history
diff --git
a/pdns/lua-record.cc
b/pdns/lua-record.cc
index 682759432ad80edae9297eba7aee3fb70d8cc3a6..8d51c7937eddbbf53a21a269310b6035adb4a45c 100644
(file)
--- a/
pdns/lua-record.cc
+++ b/
pdns/lua-record.cc
@@
-1,3
+1,4
@@
+#include <thread>
#include <future>
#include <mutex>
#include <boost/format.hpp>