Merge pull request #358 from arvedarved/fix-freebsd
Fix compile on FreeBSD
This commit is contained in:
commit
88b84d6429
@ -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…
Reference in New Issue
Block a user