aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-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*)