$NetBSD: patch-src_catch2_matchers_catch__matchers__floating__point.cpp,v 1.1 2024/01/18 09:52:28 nros Exp $ Make sure Catch::isnan() is seen on SunOS --- src/catch2/matchers/catch_matchers_floating_point.cpp.orig 2024-01-18 10:39:21.370763696 +0000 +++ src/catch2/matchers/catch_matchers_floating_point.cpp @@ -7,7 +7,6 @@ // SPDX-License-Identifier: BSL-1.0 #include #include -#include #include #include #include @@ -20,6 +19,7 @@ #include #include +#include namespace Catch { namespace {