Merge pull request #358 from arvedarved/fix-freebsd

Fix compile on FreeBSD
This commit is contained in:
Victor Zverovich 2016-07-15 15:23:51 -07:00 committed by GitHub
commit 88b84d6429

View File

@ -23,7 +23,7 @@
#include <cstddef>
#ifdef __APPLE__
#if defined __APPLE__ || defined(__FreeBSD__)
# include <xlocale.h> // for LC_NUMERIC_MASK on OS X
#endif