]> git.pld-linux.org Git - packages/pdns.git/blame - gcc11.patch
boost rebuild
[packages/pdns.git] / gcc11.patch
CommitLineData
bc3052e2
JP
1From 2c010a9f0ff0e292d31b949065e1d5c245dc084e Mon Sep 17 00:00:00 2001
2From: Morten Stevens <mstevens@fedoraproject.org>
3Date: Mon, 21 Dec 2020 12:11:01 +0100
4Subject: [PATCH] Fix missing #include for gcc-11
5
6---
7 pdns/lua-record.cc | 1 +
8 1 file changed, 1 insertion(+)
9
10diff --git a/pdns/lua-record.cc b/pdns/lua-record.cc
11index 682759432ad..8d51c7937ed 100644
12--- a/pdns/lua-record.cc
13+++ b/pdns/lua-record.cc
14@@ -1,3 +1,4 @@
15+#include <thread>
16 #include <future>
17 #include <mutex>
18 #include <boost/format.hpp>
This page took 0.029712 seconds and 4 git commands to generate.