Fix missing include (#3156)
This commit is contained in:
committed by
Nikolay Igotti
parent
70e2c984f8
commit
ae093ea80d
@@ -43,6 +43,10 @@
|
||||
// Auto-adjust GC thresholds.
|
||||
#define GC_ERGONOMICS 1
|
||||
|
||||
#if COLLECT_STATISTIC
|
||||
#include <algorithm>
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
||||
// Granularity of arena container chunks.
|
||||
|
||||
Reference in New Issue
Block a user