Merge pull request #14 from lemire/dlemire/issue9

issue 9
This commit is contained in:
Daniel Lemire 2020-10-27 16:27:58 -04:00 committed by GitHub
commit 644b05989d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}
#include "fast_float/parse_number.h"
#include "parse_number.h"
#endif // FASTFLOAT_FAST_FLOAT_H