blob: a19a92264188ffec599aa556b9f37d7381acd77f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/src/common/cohort_lru.h b/src/common/cohort_lru.h
index af2baaa5c67..1cf3d5329f6 100644
--- a/src/common/cohort_lru.h
+++ b/src/common/cohort_lru.h
@@ -13,6 +13,7 @@
#ifndef COHORT_LRU_H
#define COHORT_LRU_H
+#include <algorithm>
#include <boost/intrusive/list.hpp>
#include <boost/intrusive/slist.hpp>
|