Skip to content

Commit

Permalink
Merge pull request #15064 from rgacogne/ddist-fix-el-builds
Browse files Browse the repository at this point in the history
dnsdist: Fix missing variant header that prevents building on EL8
  • Loading branch information
rgacogne authored Jan 20, 2025
2 parents b694534 + bd9c231 commit 57fb598
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pdns/dnsdistdist/dnsdist-configuration-yaml.cc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
#include "dnsdist-configuration-yaml-internal.hh"

#include <boost/uuid/string_generator.hpp>
#include <variant>

#endif /* HAVE_YAML_CONFIGURATION */

namespace dnsdist::configuration::yaml
Expand Down

0 comments on commit 57fb598

Please sign in to comment.