Fix missing #include for gcc-11
authorChris Hofstaedtler <zeha@debian.org>
Tue, 5 Jan 2021 09:08:55 +0000 (09:08 +0000)
committerChris Hofstaedtler <zeha@debian.org>
Tue, 5 Jan 2021 09:08:55 +0000 (09:08 +0000)
Gbp-Pq: Name 0001-Fix-missing-include-for-gcc-11.patch

pdns/lua-record.cc

index 682759432ad80edae9297eba7aee3fb70d8cc3a6..8d51c7937eddbbf53a21a269310b6035adb4a45c 100644 (file)
@@ -1,3 +1,4 @@
+#include <thread>
 #include <future>
 #include <mutex>
 #include <boost/format.hpp>