]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix missing #include for gcc-11 9895/head
authorMorten Stevens <mstevens@fedoraproject.org>
Mon, 21 Dec 2020 11:11:01 +0000 (12:11 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Dec 2020 11:11:01 +0000 (12:11 +0100)
pdns/lua-record.cc

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