summaryrefslogtreecommitdiffstats
path: root/src/common/algorithm.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common/algorithm.h (renamed from src/common/binary_find.h)1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/binary_find.h b/src/common/algorithm.h
index 5cc523bf9..18e7ece98 100644
--- a/src/common/binary_find.h
+++ b/src/common/algorithm.h
@@ -5,6 +5,7 @@
#pragma once
#include <algorithm>
+#include <functional>
namespace Common {