mirror of
https://github.com/fmtlib/fmt.git
synced 2025-02-21 12:40:50 +00:00
Include xlocale.h for LC_NUMERIC_MASK on OS X
This commit is contained in:
parent
80d288b146
commit
f64ea6235f
@ -41,6 +41,10 @@
|
|||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
# include <xlocale.h> // for LC_NUMERIC_MASK on OS X
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "format.h"
|
#include "format.h"
|
||||||
|
|
||||||
#ifndef FMT_POSIX
|
#ifndef FMT_POSIX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user