diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-04-03 23:18:51 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-04-03 23:27:39 +0200 |
commit | afbfd0e78176d47c495a29c795fbd3690fa0ded3 (patch) | |
tree | 9dd644166d5326f54de3492a4048e041c9b0ad66 /asl/formatting/format_float.cpp | |
parent | 0776012d0942537b1ddfef13cd37f8bfb125f501 (diff) |
Add numeric libraryv0.3.0
Diffstat (limited to 'asl/formatting/format_float.cpp')
-rw-r--r-- | asl/formatting/format_float.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |