forked from organicmaps/organicmaps
Add remove_if to the using clause at algorithm.hpp
This commit is contained in:
parent
6db20eaea2
commit
0d723067ac
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ using std::unique;
|
|||
using std::equal_range;
|
||||
using std::for_each;
|
||||
using std::copy;
|
||||
using std::remove_if;
|
||||
using std::replace;
|
||||
using std::reverse;
|
||||
using std::set_union;
|
||||
|
|
Loading…
Add table
Reference in a new issue