mirror of
https://github.com/lemire/fast_double_parser.git
synced 2025-04-03 20:04:57 +00:00
Tweaking.
This commit is contained in:
parent
86592c4751
commit
778787b86b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#include <xlocale.h> // old glibc
|
||||
#endif
|
||||
#else // not glibc
|
||||
#ifndef _MSC_VER // assume that everything that is not GLIBC and not Visual Studio needs xlocale.h
|
||||
#if !(defined(_WIN32) || (__FreeBSD_version < 1000010))
|
||||
#include <xlocale.h>
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue