diff options
author | Chris Robinson <[email protected]> | 2019-01-11 08:07:25 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-01-11 08:07:25 -0800 |
commit | 852c5005ab0b4709a6efa125146b01902950d273 (patch) | |
tree | 1251b84e0c6806661d16bc3ea83d94b6c36e2a2f /common/almalloc.h | |
parent | 81e7222633fefd29890e8f1e18af86c4985604f4 (diff) |
Add a missing include
Diffstat (limited to 'common/almalloc.h')
-rw-r--r-- | common/almalloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/almalloc.h b/common/almalloc.h index a2abc200..cc46f144 100644 --- a/common/almalloc.h +++ b/common/almalloc.h @@ -5,6 +5,7 @@ #include <memory> #include <limits> +#include <algorithm> /* Minimum alignment required by posix_memalign. */ #define DEF_ALIGN sizeof(void*) |