From ee84b80569de687339f20998ed99401efd5e8220 Mon Sep 17 00:00:00 2001 From: Rinzii Date: Sun, 31 Mar 2024 23:43:38 -0400 Subject: [PATCH] add ccm::nan to monolithic header --- include/ccmath/basic.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ccmath/basic.hpp b/include/ccmath/basic.hpp index bd8eba4..9408790 100644 --- a/include/ccmath/basic.hpp +++ b/include/ccmath/basic.hpp @@ -16,3 +16,4 @@ #include "ccmath/math/basic/min.hpp" #include "ccmath/math/basic/remainder.hpp" #include "ccmath/math/basic/remquo.hpp" +#include "ccmath/math/basic/nan.hpp"