Fix missing include (#3156)

This commit is contained in:
Alexander Polyakov
2019-07-08 17:10:14 +03:00
committed by Nikolay Igotti
parent 70e2c984f8
commit ae093ea80d
+4
View File
@@ -43,6 +43,10 @@
// Auto-adjust GC thresholds.
#define GC_ERGONOMICS 1
#if COLLECT_STATISTIC
#include <algorithm>
#endif
namespace {
// Granularity of arena container chunks.