]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix missing #include for gcc-11 9952/head
authorMorten Stevens <mstevens@fedoraproject.org>
Mon, 21 Dec 2020 11:11:01 +0000 (12:11 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 12 Jan 2021 12:30:50 +0000 (13:30 +0100)
(cherry picked from commit 2c010a9f0ff0e292d31b949065e1d5c245dc084e)

pdns/lua-record.cc

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