This commit is contained in:
Daniel Lemire 2020-10-27 16:10:48 -04:00
parent 4b284fbe19
commit 7ec9b70dcf

View File

@ -41,5 +41,5 @@ from_chars_result from_chars(const char *first, const char *last,
T &value, chars_format fmt = chars_format::general) noexcept; T &value, chars_format fmt = chars_format::general) noexcept;
} }
#include "fast_float/parse_number.h" #include "parse_number.h"
#endif // FASTFLOAT_FAST_FLOAT_H #endif // FASTFLOAT_FAST_FLOAT_H