Fix compile on freebsd

(cherry picked from commit d7c4e1cb1f)
This commit is contained in:
Tilman Keskinöz
2016-07-15 14:28:18 +02:00
committed by Jonathan Müller
parent 3f778b2099
commit 5d306cf11c

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