From: Otto Moerbeek Date: Fri, 20 Mar 2020 16:18:22 +0000 (+0100) Subject: Include FreeBSD in conditional X-Git-Tag: dnsdist-1.5.0-rc1~30^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f073b5e3b00c2ec61a675d00f3b6cfb3fd781db;p=thirdparty%2Fpdns.git Include FreeBSD in conditional --- diff --git a/pdns/dnsdistdist/views.hh b/pdns/dnsdistdist/views.hh index d2b1dcb9e3..1d3dfb4758 100644 --- a/pdns/dnsdistdist/views.hh +++ b/pdns/dnsdistdist/views.hh @@ -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 #if BOOST_VERSION >= 106100 #include