mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-09 11:16:48 +08:00
Fix compile on freebsd
(cherry picked from commit d7c4e1cb1ffe373a8455e260d8af60fb6a02c3b3)
This commit is contained in:
parent
3f778b2099
commit
5d306cf11c
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#if defined __APPLE__ || defined(__FreeBSD__)
|
||||||
# include <xlocale.h> // for LC_NUMERIC_MASK on OS X
|
# include <xlocale.h> // for LC_NUMERIC_MASK on OS X
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user