mirror of
https://github.com/fmtlib/fmt.git
synced 2025-02-18 21:41:13 +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>
|
||||
|
||||
#ifdef __APPLE__
|
||||
# include <xlocale.h> // for LC_NUMERIC_MASK on OS X
|
||||
#endif
|
||||
|
||||
#include "format.h"
|
||||
|
||||
#ifndef FMT_POSIX
|
||||
|
Loading…
x
Reference in New Issue
Block a user