diff options
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 @@ | |||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <algorithm> | 7 | #include <algorithm> |
| 8 | #include <functional> | ||
| 8 | 9 | ||
| 9 | namespace Common { | 10 | namespace Common { |
| 10 | 11 | ||