forked from organicmaps/organicmaps
Use std::find in std/algorithm.hpp
This commit is contained in:
parent
561b6b077c
commit
8faa4f71bc
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <algorithm>
|
||||
|
||||
using std::equal;
|
||||
using std::find;
|
||||
using std::lexicographical_compare;
|
||||
using std::lower_bound;
|
||||
using std::max;
|
||||
|
|
Loading…
Add table
Reference in a new issue