forked from organicmaps/organicmaps-tmp
Use STL headers instead of std/...
This commit is contained in:
parent
08253d796e
commit
7ca53038da
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@
|
|||
|
||||
#include "base/macros.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
using std::max;
|
||||
using std::min;
|
||||
using std::find_if;
|
||||
|
||||
namespace routing
|
||||
{
|
||||
VehicleModel::AdditionalRoadType::AdditionalRoadType(Classificator const & c,
|
||||
|
|
Loading…
Add table
Reference in a new issue