$NetBSD: patch-src_catch2_catch__tostring.cpp,v 1.1 2024/01/18 09:52:27 nros Exp $ Make sure Catch::isnan() is seen on SunOS --- src/catch2/catch_tostring.cpp.orig 2024-01-15 13:13:53.000000000 +0000 +++ src/catch2/catch_tostring.cpp @@ -9,11 +9,12 @@ #include #include #include -#include #include #include +#include + namespace Catch { namespace Detail {