mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-13 23:20:04 +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>
|
||||
|
||||
#ifdef __APPLE__
|
||||
#if defined __APPLE__ || defined(__FreeBSD__)
|
||||
# include <xlocale.h> // for LC_NUMERIC_MASK on OS X
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user