Commit f64ea623 authored by vitaut's avatar vitaut

Include xlocale.h for LC_NUMERIC_MASK on OS X

parent 80d288b1
......@@ -41,6 +41,10 @@
#include <cstddef>
#ifdef __APPLE__
# include <xlocale.h> // for LC_NUMERIC_MASK on OS X
#endif
#include "format.h"
#ifndef FMT_POSIX
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment