]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Add another missing `<variant>` include for EL-8
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 20 Jan 2025 14:43:28 +0000 (15:43 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 20 Jan 2025 15:15:38 +0000 (16:15 +0100)
pdns/dnsdistdist/test-dnsdistrules_cc.cc

index 692b50dbfb6e1014a32d511063cbfcafb7b3798b..f113aa2d525a59e8f23d723e59cfe72760b13436 100644 (file)
@@ -6,6 +6,7 @@
 #define BOOST_TEST_NO_MAIN
 
 #include <thread>
+#include <variant>
 #include <boost/test/unit_test.hpp>
 
 #include "dnsdist-rules.hh"