]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnspacket: add missing include
authorPieter Lexis <pieter.lexis@powerdns.com>
Mon, 20 Sep 2021 09:02:56 +0000 (11:02 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 20 Sep 2021 09:02:56 +0000 (11:02 +0200)
pdns/dnspacket.hh

index 846df0a54a3035a7db3ee48d0d5c53ba59be3488..ce2a5722ff0ec30490c4476517cd1c690e11c606 100644 (file)
@@ -27,6 +27,7 @@
 #include "iputils.hh"
 #include "ednssubnet.hh"
 #include "ednscookies.hh"
+#include <optional>
 #include <unordered_set>
 #include <sys/socket.h>
 #include <netinet/in.h>