mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-06 15:25:17 +01:00
Include xlocale.h for LC_NUMERIC_MASK on OS X
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user