]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Include FreeBSD in conditional
authorOtto Moerbeek <otto@drijf.net>
Fri, 20 Mar 2020 16:18:22 +0000 (17:18 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 20 Mar 2020 16:21:43 +0000 (17:21 +0100)
pdns/dnsdistdist/views.hh

index d2b1dcb9e34899727d277af3f4e50b399703532d..1d3dfb4758d18d8fa505cbb586dde9923f99dd14 100644 (file)
@@ -23,7 +23,7 @@
 #pragma once
 
 // apple compiler somehow has string_view even in c++11!
-#if __cplusplus < 201703L && !defined(__APPLE__) && !defined(__OpenBSD__)
+#if __cplusplus < 201703L && !defined(__APPLE__) && !defined(__OpenBSD__) && !defined(__FreeBSD__)
 #include <boost/version.hpp>
 #if BOOST_VERSION >= 106100
 #include <boost/utility/string_view.hpp>