Update ArrayCache.h

This commit is contained in:
alexey-milovidov 2017-06-20 10:51:44 +03:00
parent ec5d2c3914
commit 057b919f20

View File

@ -15,6 +15,7 @@
#include <Common/Exception.h>
#include <Common/randomSeed.h>
/// Required for older Darwin builds, that lack definition of MAP_ANONYMOUS
#ifndef MAP_ANONYMOUS
#define MAP_ANONYMOUS MAP_ANON
#endif