aboutsummaryrefslogtreecommitdiffstats
path: root/common/almalloc.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-01-11 08:07:25 -0800
committerChris Robinson <[email protected]>2019-01-11 08:07:25 -0800
commit852c5005ab0b4709a6efa125146b01902950d273 (patch)
tree1251b84e0c6806661d16bc3ea83d94b6c36e2a2f /common/almalloc.h
parent81e7222633fefd29890e8f1e18af86c4985604f4 (diff)
Add a missing include
Diffstat (limited to 'common/almalloc.h')
-rw-r--r--common/almalloc.h1
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*)