From afbfd0e78176d47c495a29c795fbd3690fa0ded3 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Thu, 3 Apr 2025 23:18:51 +0200 Subject: Add numeric library --- asl/formatting/format_float.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'asl/formatting/format_float.cpp') diff --git a/asl/formatting/format_float.cpp b/asl/formatting/format_float.cpp index 3802ff9..1d0375a 100644 --- a/asl/formatting/format_float.cpp +++ b/asl/formatting/format_float.cpp @@ -4,6 +4,7 @@ #include "asl/formatting/format.hpp" #include "asl/base/float.hpp" +#include "asl/base/numeric.hpp" #define JKJ_STD_REPLACEMENT_NAMESPACE_DEFINED 0 #define JKJ_STATIC_DATA_SECTION_DEFINED 0 -- cgit