From 7ec9b70dcf5aa19840ecdf72844cd728f1e54ed0 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Tue, 27 Oct 2020 16:10:48 -0400 Subject: [PATCH] Fixing https://github.com/lemire/fast_float/issues/9 --- include/fast_float/fast_float.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fast_float/fast_float.h b/include/fast_float/fast_float.h index 6bf35b79..bccac3fb 100644 --- a/include/fast_float/fast_float.h +++ b/include/fast_float/fast_float.h @@ -41,5 +41,5 @@ from_chars_result from_chars(const char *first, const char *last, T &value, chars_format fmt = chars_format::general) noexcept; } -#include "fast_float/parse_number.h" +#include "parse_number.h" #endif // FASTFLOAT_FAST_FLOAT_H \ No newline at end of file