include fast_float

This commit is contained in:
Maarten L. Hekkelman
2026-03-23 18:45:14 +01:00
parent ac1eaa7ca0
commit a092760c1e

View File

@@ -31,7 +31,7 @@
#include <cctype>
#include <stdexcept>
#if __has_include("fast_float/fast_float.h")
#if defined(USE_FAST_FLOAT)
# include "fast_float/fast_float.h"
#endif