unit test macos build fix (#1434)

This commit is contained in:
David CARLIER 2021-02-08 19:12:39 +00:00 committed by GitHub
parent b2de2dfd1b
commit 6e9ada2d6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@
#endif
#endif
#if defined (__APPLE__) || defined (__FreeBSD__)
#include <xlocale.h>
#endif
const size_t AMAZON_CELLPHONES_NDJSON_DOC_COUNT = 793;
#define SIMDJSON_SHOW_DEFINE(x) printf("%s=%s\n", #x, STRINGIFY(x))