Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2011-01-15 02:30:04 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:09:56 +0300
commit5643ba275b89239131430281366d1f429cb41456 (patch)
tree72f42c87ca7a9e93d4751e5608b55a07892898f4 /std/algorithm.hpp
parentdacd5c9cfbf0d23d3c100bd52212f9f8b027eede (diff)
Move processing of inner points into ParseGeometry function.
Diffstat (limited to 'std/algorithm.hpp')
-rw-r--r--std/algorithm.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/algorithm.hpp b/std/algorithm.hpp
index 762650cb8a..448eb2e49f 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -24,6 +24,7 @@ using std::set_union;
using std::set_intersection;
using std::set_difference;
using std::set_symmetric_difference;
+using std::reverse;
#ifdef DEBUG_NEW
#define new DEBUG_NEW